Skip to content

npm packages providing shims for the Deno namespace and other globals. Useful for running Deno-first programs on Node.

License

Notifications You must be signed in to change notification settings

denoland/node_shims

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

718d5ab · Nov 8, 2024
Jan 10, 2023
Feb 4, 2024
May 30, 2022
Nov 8, 2024
Nov 13, 2023
Apr 29, 2021
Dec 23, 2021
Dec 22, 2021
Dec 23, 2021
Apr 11, 2022
Dec 18, 2023
Feb 4, 2024
Jun 6, 2024
May 30, 2022

Repository files navigation

node_deno_shims

Deno shims for Node.js

Packages

Contributing

Commands:

# get submodules if you did not clone them initially
git submodule init --recursive
git submodule update --recursive
# npm install
npm i --ignore-scripts
# build all packages
npm run build --workspaces
# test all packages
npm run test --workspaces
# format
deno fmt
# lint
deno lint

For package specific development commands, see the package.json scripts in each package.

About

npm packages providing shims for the Deno namespace and other globals. Useful for running Deno-first programs on Node.

Resources

License

Stars

Watchers

Forks