jspm / generator

JSPM Import Map Generator
Apache License 2.0
166 stars 21 forks source link

fix: imports field external resolutions #124

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This fixes support for imports like:

{
  "imports": {
    "#impt": "external"
  }
}

support in the generator where those resolutions then go through normal external package import resolution.