lib0

v0.1.5
> Monorepo of utility functions

dist

rm -rf dist && rollup -c

lint

standard && tsc

test

npm run dist && npm run lint && PRODUCTION=1 nyc --check-coverage --lines 100 --branches 100 --functions 100 --statements 100 node ./dist/test.js --repitition-time 50

debug

live-server --port=3443 --entry-file=test.html

trace-opt

clear && rollup -c && node --trace-opt dist/test.js

preversion

npm run test

trace-deopt

clear && rollup -c && node --trace-deopt dist/test.js

test-extensive

npm test -- --repitition-time 30000

test-code-coverage

npm run dist && nyc --reporter html node ./dist/test.js

Metadata

  • MIT
  • Whatever
  • Kevin Jahns
  • released 12/6/2019

Downloads

Maintainers