This repository was archived by the owner on Jun 29, 2023. It is now read-only.
This repository was archived by the owner on Jun 29, 2023. It is now read-only.
ES Modules registry endpoint (?js) #1722
Closed
Description
It looks like there was once a registry feature allowing users to transpile sources to ESM format on-the-fly, which landed in https://github.com/denoland/registry/pull/135, using ?js
parameter.
I've deployed it. It seems to work!
Check it out https://deno.land/std/io/bufio.ts?js
I tried this feature and it still redirects me to the TypeScript module. I also tried https://cdn.deno.land/std/versions/0.91.0/raw/io/bufio.ts?js
and got the same result.
Has this feature been removed ? If you can bring it back I think it would make it easier for frontend related projects and non-TypeScript users to adopt Deno and its ecosystem.
Metadata
Metadata
Assignees
Labels
No labels