make-deno-edition
make-deno-edition copied to clipboard
Automatically makes package.json projects (such as npm packages and node.js modules) compatible with Deno.
check if the keyword deno exists, or if a deno edition exists, or a deno entry exists, and if so, if a deno edition fails to make, hard fail instead...
if you get a permission error, such as `need --allow-read` flag, then you can add `allow-read` to the `package.json:keywords` and re-run `make-deno-edition` we should either: - automate this process -...
``` > 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/[email protected]/edition-deno/bin.ts Download https://unpkg.com/[email protected]/edition-deno/node.ts Download https://unpkg.com/[email protected]/edition-deno/index.js error: Import 'https://unpkg.com/[email protected]/edition-deno/index.js' failed: 404 Not Found ```
for the cases where manual compat is needed
https://github.com/denoland/deno_website2/blob/master/database.json