Liking cljdoc? Tell your friends :D

shadow.build


checkclj

(check state)
source

compileclj

(compile {:shadow.build/keys [mode] :as state})
source

compile-completeclj

(compile-complete state)
source

compile-startclj

(compile-start state)
source

config-mergeclj

(config-merge config mode)
source

configureclj

(configure build-state mode {:keys [build-id target] :as config})
source

configure-hooks-from-configclj

(configure-hooks-from-config {:shadow.build/keys [build-id] :as state}
                             build-hooks)
source

enhance-warningsclj

(enhance-warnings state
                  {:keys [resource-id file resource-name warnings] :as rc})

adds source excerpts to warnings if line information is available

adds source excerpts to warnings if line information is available
sourceraw docstring

execute-hooksclj

(execute-hooks {:shadow.build/keys [build-id] :as state} stage)
source

extract-build-infoclj

(extract-build-info state)
source

flushclj

(flush state)
source

get-target-fnclj

(get-target-fn target build-id)
source

logclj

(log state log-event)
source

optimizeclj

(optimize {:shadow.build/keys [mode skip-optimize] :as state})
source

process-stageclj

(process-stage {:shadow.build/keys [config mode target-fn] :as state}
               stage
               optional?)
source

resources-compiled-recentlyclj

(resources-compiled-recently {:keys [build-sources compile-start] :as state})

returns a vector of resource-ids that where compiled in the last compile call

returns a vector of resource-ids that where compiled in the last compile call
sourceraw docstring

target-require-lockclj

source

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

× close