Liking cljdoc? Tell your friends :D

shadow.cljs.devtools.server.util


async-loggerclj

(async-logger ch)
source

launchclj

(launch args {:keys [pwd in] :as opts})

clojure.java.shell/sh replacement since kw-args suck

clojure.java.shell/sh replacement since kw-args suck
sourceraw docstring

make-open-argclj

(make-open-arg {:keys [file line column] :as data} opt)
source

make-open-argsclj

(make-open-args data template)

transforms :open-file-command template by replacing keywords with actual values

transforms :open-file-command template by replacing keywords with actual values
sourceraw docstring

new-buildclj

(new-build {:keys [build-id] :or {build-id :custom} :as build-config} mode opts)
source

null-logclj

source

pipeclj

(pipe proc in out)
source

(print-build-complete build-info build-config)
source

(print-build-failure {:keys [build-config e] :as x})
source

(print-build-start build-config)
source

(print-warnings warnings)
source

(print-worker-out x verbose)
source

server-threadclj

(server-thread thread-name
               state-ref
               init-state
               dispatch-table
               {:keys [server-id idle-action idle-timeout validate
                       validate-error on-error do-shutdown]
                :as options})

options

:on-error (fn [state msg ex] state) :validate (fn [state]) :validate-error (fn [state-before state-after msg] state-before) :do-shutdown (fn [last-state])

options

:on-error (fn [state msg ex] state)
:validate (fn [state])
:validate-error (fn [state-before state-after msg] state-before)
:do-shutdown (fn [last-state])
sourceraw docstring

silent-logclj

source

stdout-dumpclj

(stdout-dump verbose)
source

threadclj/smacro

(thread name & body)

same as core async thread but does not preserve bindings

same as core async thread but does not preserve bindings
sourceraw docstring

wsl-ifyclj

(wsl-ify path)
source

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

× close