lib0

v0.2.15
> Monorepo of utility functions

dist

npm run clean && rollup -c

lint

standard && tsc

test

npm run lint && npm run dist && nyc --check-coverage --lines 100 --branches 100 --functions 100 --statements 100 node ./dist/test.cjs --repitition-time 50 --production

clean

rm -rf dist *.d.ts */*.d.ts *.d.ts.map */*.d.ts.map

debug

rollup -c && concurrently 'rollup -wc' 'http-server -o test.html'

types

tsc --outDir .

trace-opt

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

preversion

npm run test && npm run types

postpublish

npm run clean

trace-deopt

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

test-extensive

node test.js && npm test -- --repitition-time 30000 --extensive

test-code-coverage

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

Metadata

  • MIT
  • >=10
  • Kevin Jahns
  • released 2/18/2020

Downloads

Maintainers