/node_shims

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

Primary LanguageTypeScriptMIT LicenseMIT

node_deno_shims

Deno shims for Node.js

Packages

Contributing

Commands:

# get submodules it you did not clone them initially
git submodule init
git submodule update
# 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.