bsb-native

v1.8.4
bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support
ocaml bucklescript stdlib functional programming

test

go build -o test.exe scripts/test.go && ./test.exe

test-theme

go run scripts/test.go -no-install-global -no-ounit -no-mocha -no-bsb

wtest

mocha './jscomp/test/**/*test.js' -R spec -w

cover

istanbul cover --report html ./node_modules/.bin/_mocha -- ./jscomp/test/**/*test.js && open coverage/index.html

coverage

istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- './jscomp/test/*test.js' -R spec

coveralls

npm run-script coverage && node ./node_modules/.bin/coveralls < coverage/lcov.info

postinstall

node scripts/install.js

Metadata

Downloads

Maintainers