jspm / generator

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

fix: Deno subpath installs #176

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

Fixes Deno subpath installs for all Deno core libs.

In the process, the implementation ended up using pattern trailers so those were implemented too.

Resolves https://github.com/jspm/generator/issues/71, https://github.com/jspm/generator/issues/173.