rescript

v10.1.3
ReScript toolchain
ReScript Compiler Types JavaScript Language

test

node scripts/ciTest.js -all

format

prettier --write .

coverage

nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html

test-bsb

node scripts/ciTest.js -bsb

test-ocaml

node scripts/ciTest.js -ounit

test-theme

node scripts/ciTest.js -theme

checkFormat

prettier --check .

postinstall

node scripts/install.js

test-env-compiler

RESCRIPT_FORCE_REBUILD=1 node scripts/install.js -use-env-compiler

Metadata

Downloads