Liking cljdoc? Tell your friends :D

cljest.compilation.shadow


compile!clj

(compile!)

Triggers a compilation.

Triggers a compilation.
raw docstring

generate-build!clj

(generate-build!)

Generates an initial build based on the test namespaces, setup namespace, and compiler options.

Generates an initial build based on the test namespaces, setup namespace, and compiler options.
raw docstring

get-build-directoryclj

(get-build-directory)

Returns the absolute path of the build directory.

Returns the absolute path of the build directory.
raw docstring

get-compilation-resultclj

(get-compilation-result)

Gets the next :build-complete or :build-failure result for compilation of ::jest.

Gets the next :build-complete or :build-failure result for compilation of ::jest.
raw docstring

install-config!clj

(install-config!)

Alters shadow.cljs.devtools.config/load-cljs-edn to use our internal config atom rather than a file.

Some functions either do not allow passing the config or just call load-cljs-edn, which means we have no choice but to forcibly override the function to return the latest value of our internal config atom.

Alters `shadow.cljs.devtools.config/load-cljs-edn` to use our internal config atom rather than a file.

Some functions either do not allow passing the config or just call `load-cljs-edn`, which means we have no choice but to
forcibly override the function to return the latest value of our internal config atom.
raw docstring

publish-and-compile!clj

(publish-and-compile!)

Publishes and watched directory fs changes and triggers a compilation. Blocks until compilation is complete.

Publishes and watched directory fs changes and triggers a compilation. Blocks until compilation is complete.
raw docstring

start-server!clj

(start-server!)

Starts the shadow dev server, and stops the automatically set up file watchers.

Starts the shadow dev server, and stops the automatically set up file watchers.
raw docstring

start-watchingclj

(start-watching)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close