Skip to content

Files

Latest commit

f8c9725 · Jun 6, 2024

History

History

shim-deno

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 4, 2024
Jun 6, 2024
Jan 28, 2024
Feb 11, 2024
Mar 1, 2022
May 11, 2023
Jan 28, 2024
Jun 6, 2024
Feb 4, 2024
Feb 4, 2024

@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

  1. Update local version.
  2. In /.github/workflows/ci.yml, increase the deno version in the setup-deno action
  3. Update version in ./tools/denolib.ts
  4. Go into ./third_party/deno and update the submodule:
    • git fetch --tags
    • git checkout v1.x.x -- replace with version
    • git submodule update
  5. In this package ensure the following work and if not, fix any issues:
    • npm run build
    • npm run test