deno.ns

v0.4.1
Deno namespace shim for Node.js
deno namespace deno polyfill ponyfill shim

denolib

deno run --allow-run --allow-write=src/deno/stable/lib.deno.d.ts tools/denolib.ts

build

tsc

prepare

npm run --silent denolib && npm run --silent build

lint

deno lint --ignore=node_modules,dist,thirdparty,unit,src/deno/stable/lib.deno.d.ts

fmt

deno fmt --ignore=node_modules,dist,thirdparty,unit,src/deno/stable/lib.deno.d.ts

clean

git clean -fXde '!node_modules/'

test

npm run --silent prepare && xargs --arg-file=tools/working_test_files.txt node tools/deno_test.js

Metadata

  • MIT
  • Whatever
  • Thomas Rory Gummerson
  • released 8/22/2021

Downloads