jspm / generator

JSPM Import Map Generator
Apache License 2.0
160 stars 20 forks source link

fix: make sure esm.sh works with deno #281

Closed Bubblyworld closed 1 year ago

Bubblyworld commented 1 year ago

Adds a test that checks deno/esm.sh support. Found a few bugs along the way, such as the fact that esm.sh serves files based on their export subpath rather than their actual subpath on the filesystem.