Liking cljdoc? Tell your friends :D

shadow.cljs.devtools.server.worker.impl


>!!outputclj

(>!!output {:keys [system-bus] :as worker-state} msg)
source

add-entryclj

(add-entry entries fn-sym & extra-attrs)
source

build-compileclj

(build-compile {:keys [build-state] :as worker-state})
source

build-configureclj

(build-configure {:keys [build-config proc-id http] :as worker-state})

configure the build according to build-config in state

configure the build according to build-config in state
sourceraw docstring

build-failureclj

(build-failure {:keys [build-config] :as worker-state} e)
source

build-find-hooksclj

(build-find-hooks {:keys [build-sources] :as state})
source

build-find-resource-hooksclj

(build-find-resource-hooks {:keys [compiler-env] :as build-state}
                           {:keys [resource-id ns] :as src})
source

build-msgclj

(build-msg worker-state msg)
source

check-extra-filesclj

(check-extra-files files)
source

do-asset-updateclj

(do-asset-update {:keys [runtimes] :as worker-state} updates)
source

do-config-watchclj

(do-config-watch {:keys [autobuild] :as worker-state} {:keys [config] :as msg})
source

do-idleclj

(do-idle {:keys [extra-config-files] :as worker-state})
source

do-macro-updateclj

(do-macro-update {:keys [build-state last-build-macros autobuild]
                  :as worker-state}
                 {:keys [macro-namespaces] :as msg})
source

do-proc-controlcljmultimethod

source

do-resource-updateclj

(do-resource-update {:keys [autobuild last-build-provides build-state]
                     :as worker-state}
                    {:keys [namespaces added] :as msg})
source

extract-reload-infoclj

(extract-reload-info {:keys [build-sources] :as build-state})

for every cljs build source collect all defs that are marked with special metadata

for every cljs build source collect all defs that are marked with special metadata
sourceraw docstring

maybe-reload-config-filesclj

(maybe-reload-config-files {:keys [autobuild extra-config-files]
                            :as worker-state})
source

proc?clj

(proc? x)
source

process-repl-resultclj

(process-repl-result {:keys [pending-results] :as worker-state}
                     {:keys [id] :as result})
source

reduce-kv->clj

(reduce-kv-> init reduce-fn coll)
source

repl-errorclj

(repl-error e)
source

repl-sources-as-client-resourcesclj

(repl-sources-as-client-resources source-ids state)

transforms a seq of resource-ids to return more info about the resource a REPL client needs to know more since resource-ids are not available at runtime

transforms a seq of resource-ids to return more info about the resource
a REPL client needs to know more since resource-ids are not available at runtime
sourceraw docstring

transform-repl-actioncljmultimethod

source

worker-state?clj

(worker-state? x)
source

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

× close