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
With commit cdc9b53 the linker code began to assume that every registry package/implementation exports an array named packageNameFormats with naming scheme patterns without gracefull fallback. This breaks with jspm-endpoint in recent version 4.0 which I have fixed (for the sake of completeness) with pull-request jspm/registry-endpoint#10 . And pull-request #1449 adds default format (*).
The text was updated successfully, but these errors were encountered:
With commit cdc9b53 the linker code began to assume that every registry package/implementation exports an array named
packageNameFormats
with naming scheme patterns without gracefull fallback. This breaks withjspm-endpoint
in recent version 4.0 which I have fixed (for the sake of completeness) with pull-request jspm/registry-endpoint#10 . And pull-request #1449 adds default format (*
).The text was updated successfully, but these errors were encountered: