Makefile
wrapper that can start a prepl server for development.chrome-headless
to the envs list.:simple
and :whitespace
optimisation levels.--dir
so it accumulated but replaces the default if you use it.-e
became -x
as a shortcut for --env
.-h
became -H
, like the Cognitect test-runner.--namespace
(-n
) so you can test a single namespace by it's symbol.--namespace-regex
(-r
) so you can test namespaces matching a regex. This default to any namespace ending in -test
.-V
/ --verbose
for turning the ClojureScript compiler verbose flag on when you want it.-d test -d other-test-dir
as well as -v some-test -v some-other-test
.cljs-test-runner-out
.--compile-opts
thanks to @kthu in #7.:foo
and foo
as the same.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close