deno.ns
Deno
namespace shim for Node.js.
See PROGRESS.md
Usage
const {
alert,
Blob,
confirm,
crypto,
Deno,
fetch,
File,
FormData,
Headers,
prompt,
Request,
Response,
} = require("deno.ns");
or node --require=deno.ns/global <denoBundleOutput>
,
or https://github.com/wojpawlik/deno2node#shimming.
Use https://github.com/fromdeno/test to run Deno.test
s.
Contributing
Right now, you can help by enabling a test file,
making tests pass, and skipping unsatisfiable tests.
Please set up pre-commit hook:
$ git config core.hooksPath tools/hooks
Acknowledgements
Special thanks to the @fromdeno organization for
starting this project and for their contributions—specifically
@wojpawlik,
@MKRhere, and
@trgwii.