jspm / generator

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

fix: hook into deno.json for deno dependencies #290

Closed Bubblyworld closed 1 year ago

Bubblyworld commented 1 year ago

Fixes #289, or at least a first pass of a fix. This does the simplest thing for now, which is to use the top-level imports for resolving a deno package's secondary dependencies. This gets the denoland:fresh/runtime.ts example working, for instance.