lib0

v0.2.32
> Monorepo of isomorphic utility functions

dist

rollup -c

lint

standard && tsc

test

npm run clean && npm run lint && npm run dist && nyc --check-coverage --lines 100 --branches 100 --functions 100 --statements 100 node --unhandled-rejections=strict ./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 .

gendocs

node ./bin/gendocs.js

trace-opt

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

preversion

npm run clean && npm run test && npm run types && npm run dist && npm run gendocs && git add README.md

postpublish

npm run clean

trace-deopt

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

test-inspect

node --inspect-brk --unhandled-rejections=strict ./test.js --repitition-time 50 --production

test-extensive

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

test-code-coverage

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

Metadata

  • MIT
  • >=10
  • Kevin Jahns
  • released 7/12/2020

Downloads

Maintainers