bevry / make-deno-edition

Automatically makes package.json projects (such as npm packages and node.js modules) compatible with Deno.
Other
43 stars 0 forks source link

valid-module: bin.ts is not runnable from unpkg #11

Open balupton opened 4 years ago

balupton commented 4 years ago
> deno run https://unpkg.com/valid-module@^1.6.0/edition-deno/bin.ts
Download https://unpkg.com/valid-module@^1.6.0/edition-deno/bin.ts
Download https://unpkg.com/valid-module@1.6.0/edition-deno/bin.ts
Download https://unpkg.com/valid-module@1.6.0/edition-deno/node.ts
Download https://unpkg.com/valid-module@1.6.0/edition-deno/index.js
error: Import 'https://unpkg.com/valid-module@1.6.0/edition-deno/index.js' failed: 404 Not Found
balupton commented 4 years ago

fixed in v0.8.1 however deno's proxy layer still doesn't support what is used in node.ts which is used by bin.ts, so will leave open for a few days while I think about this

could do a manual deno edition option for this package (#8)