jspm / jspm-cli

ES Module Package Manager
https://jspm.org
Apache License 2.0
3.79k stars 272 forks source link

Exports support #2494

Closed guybedford closed 1 year ago

guybedford commented 5 years ago

Now that package.json "exports" is in Node.js, we should support this in jspm.

(the resolver specification for it can be found at https://github.com/nodejs/node/pull/28899)