val-town / deno-ata

support for type acquisition with url imports, npm, jsr prefixes
https://val-town.github.io/deno-ata/
7 stars 0 forks source link

Make import sources into plugins? #1

Open tmcw opened 2 months ago

tmcw commented 2 months ago

This tries to support npm: and jsr: imports by expanding them into esm.sh URLs. Maybe this expansion & matching could be standardized into a plugin system, so that these integrations could be pluggable and tested independently.