Liking cljdoc? Tell your friends :D

shadow.cljs.devtools.server.worker.impl


>!!outputclj

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

add-entryclj

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

build-compileclj

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

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
raw docstring

build-failureclj

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

build-find-hooksclj

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

build-find-resource-hooksclj

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

build-msgclj

(build-msg worker-state msg)

check-extra-filesclj

(check-extra-files files)

do-asset-updateclj

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

do-config-watchclj

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

do-idleclj

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

do-macro-updateclj

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

do-proc-controlcljmultimethod


do-resource-updateclj

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

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
raw docstring

maybe-reload-config-filesclj

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

proc?clj

(proc? x)

process-repl-resultclj

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

reduce-kv->clj

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

repl-errorclj

(repl-error e)

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
raw docstring

transform-repl-actioncljmultimethod


worker-state?clj

(worker-state? x)

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

× close