jspm / npm

NPM Location Service
19 stars 34 forks source link

(0.17) Strip ending / for directory requires (fixes jspm/registry#770) #123

Closed adamburgess closed 8 years ago

adamburgess commented 8 years ago

This fixes a total of 4 npm libraries: prelude-ls, type-check, LiveScript, and optionator.

I'm not sure whether this fix is suitable for such an extreme case, so maybe you'd prefer a change like this to be done per-library as an override in the registry?

guybedford commented 8 years ago

This logic does get fiddly, but it makes complete sense.

guybedford commented 8 years ago

Will post this out with the coming release. Thanks for checking these cases!