Liking cljdoc? Tell your friends :D

cljest.compilation.shadow


compile!clj

(compile!)

Triggers a compilation.

Triggers a compilation.
sourceraw 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.
sourceraw docstring

get-build-directoryclj

(get-build-directory)

Returns the absolute path of the build directory.

Returns the absolute path of the build directory.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw docstring

start-watchingclj

(start-watching)
source

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

× close