You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if Builder would respect npm-style SemVer rules for GitHub includes. This is really a precursor to something like spm (Squirrel Package Manager 😄 ), but it would help greatly in large projects where several libraries are included.
@include once github:name/repo/file.nut@^v0.3
@include once github:name/otherRepo/file.nut@>=v1.5.2