Deno namespace shim for Node.js
npm install @deno/shim-denoDeno namespace shim for Node.js.
See
PROGRESS.md
Special thanks to the @fromdeno organization for
starting this project and for their contributions—specifically
@wojpawlik,
@MKRhere, and
@trgwii.
1. Update local version.
1. In /.github/workflows/ci.yml, increase the deno version in the setup-deno
action
1. Update version in ./tools/denolib.ts
1. Go into ./third_party/deno and update the submodule:
- git fetch --tags
- git checkout v1.x.x -- replace with version
- git submodule update
1. In this package ensure the following work and if not, fix any issues:
- npm run build
- npm run test