Deno shims for Node.js
- @deno/shim-deno - Deno namespace shim.
- @deno/shim-deno-test -
Deno.testonly shim.
- @deno/shim-deno-test -
- @deno/shim-crypto - Shim for the
cryptoglobal. - @deno/shim-prompts - Shims for
alert,confirmandprompt. - @deno/shim-timers - Shims for
setTimeoutandsetInterval. - @deno/sham-weakref - Sham for the
WeakRefglobal that uses the globalWeakRefif it exists.
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 lintFor package specific development commands, see the package.json scripts in each package.