lib0

v0.2.88
> Monorepo of isomorphic utility functions

dist

rollup -c

lint

standard && tsc

test

c8 --check-coverage --lines 100 --branches 100 --functions 100 --statements 100 node --unhandled-rejections=strict ./test.js --repetition-time 50 --production

clean

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

debug

npm run gentesthtml && node ./bin/0serve.js -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 lint && npm run test && npm run types && npm run dist && git add README.md

gentesthtml

node ./bin/gentesthtml.js --script test.js > test.html

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 --repetition-time 50 --production

test-extensive

c8 --check-coverage --lines 100 --branches 100 --functions 100 --statements 100 node test.js --repetition-time 30000 --extensive --production

Metadata

  • MIT
  • >=16
  • Kevin Jahns
  • released 11/22/2023

Downloads

Maintainers