jspm / npm

NPM Location Service
19 stars 34 forks source link

# in module names #84

Closed guybedford closed 9 years ago

guybedford commented 9 years ago

This uses # in module names, which breaks down when using the SystemJS URL normalization.

We should detect and convert # in file names and module requires to %23.

guybedford commented 9 years ago

We actually already handle this through URL-encoding in SystemJS.