Liking cljdoc? Tell your friends :D

dev.clojurephant.tooling.cljs

An API to run ClojureScript builds using configuration from the Gradle build within the REPL. These functions use the ClojureScript build API.

An API to run ClojureScript builds using configuration
from the Gradle build within the REPL. These functions
use the ClojureScript build API.
raw docstring

build!clj

(build! id)

Runs build ID once.

Runs build ID once.
raw docstring

build-optsclj

(build-opts id)

Returns a map of compiler options for the build ID.

Returns a map of compiler options for the build ID.
raw docstring

clean!clj

(clean! id)

Cleans build ID. Stops watch, and blows away details in REGISTRY.

Cleans build ID. Stops watch, and blows away details
in REGISTRY.
raw docstring

compiler-env!clj

(compiler-env! id)

Gets the compiler environment for build ID or sets it to an empty state, if none exists in REGISTRY.

Gets the compiler environment for build ID
or sets it to an empty state, if none exists
in REGISTRY.
raw docstring

registryclj


repl-env!clj

(repl-env! id)
(repl-env! id env)

Gets or sets the repl environment for build ID. With one argument -- the ID -- gets an existing repl env. With two arguments -- the ID and env -- sets the repl env. If build ID already has a repl env, tears it down before replacing it in REGISTRY.

Gets or sets the repl environment for build ID.
With one argument -- the ID -- gets an existing
repl env. With two arguments -- the ID and env
-- sets the repl env. If build ID already has
a repl env, tears it down before replacing it
in REGISTRY.
raw docstring

stop-watch!clj

(stop-watch! id)

Stops build ID's watch.

Stops build ID's watch.
raw docstring

watch!clj

(watch! id)

Starts build ID in watch mode. Can be stopped with (stop-watch! id).

Starts build ID in watch mode. Can be stopped
with (stop-watch! id).
raw docstring

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

× close