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