Liking cljdoc? Tell your friends :D

helins.coload

Provides a Shadow-CLJS hook which synchronizes Clojure code with Clojurescript code in a CLJC context.

See README.

Provides a Shadow-CLJS [[hook]] which synchronizes Clojure code with Clojurescript code in a
CLJC context.

See README.
raw docstring

clear!clj

(clear!)

Clear the current tracker.

In other words, all watched files will be reloaded during next recompilation, whether they were modified or not.

Clear the current tracker.

In other words, all watched files will be reloaded during next recompilation, whether they were
modified or not.
sourceraw docstring

compile-cycleclj

(compile-cycle)

Returns the number designating the current compile cycle.

Increments on each cycle.

Returns the number designating the current compile cycle.

Increments on each cycle.
sourceraw docstring

hookclj

(hook
  {:as build :shadow.build/keys [stage] :shadow.build.api/keys [compile-cycle]}
  plugin+)

Shadow-CLJS hook.

See README.

Shadow-CLJS hook.

See README.
sourceraw docstring

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

× close