Liking cljdoc? Tell your friends :D

oops.config

clj

Code supporting static (compile-time) configuration. See defaults.clj for config map.

Code supporting static (compile-time) configuration. See defaults.clj for config map.
cljs

Code supporting dynamic (run-time) configuration. See runtime-prefixed keys in config map in defaults.clj.

Code supporting dynamic (run-time) configuration. See runtime-prefixed keys in config map in defaults.clj.
raw docstring

*runtime-config*cljs

source

adhoc-config-overridesclj

source

adhoc-config-overrides-stackclj

source

advanced-mode?clj

(advanced-mode?)
source

debug?clj

(debug? & [config])
source

diagnostics?clj

(diagnostics? & [config])
source

env-config-prefixclj

source

gen-runtime-configclj/smacro

(gen-runtime-config & [config])
source

get-adhoc-config-overridesclj

(get-adhoc-config-overrides)
source

get-child-factorycljs

(get-child-factory & [config])
source

get-compiler-configclj

(get-compiler-config)
source

get-config-keyclj/s

(get-config-key key & [config])
source (clj)source (cljs)

get-current-compiler-configclj

(get-current-compiler-config)
source

get-current-runtime-configcljs

(get-current-runtime-config)
source

get-env-varsclj

(get-env-vars)
source

get-error-reportingcljs

(get-error-reporting & [config])
source

get-initial-runtime-configcljs

(get-initial-runtime-config)
source

get-runtime-configclj

(get-runtime-config & [config])
source

get-suppress-reportingcljs

(get-suppress-reporting & [config])
source

get-warning-reportingcljs

(get-warning-reporting & [config])
source

has-config-key?cljs

(has-config-key? key & [config])
source

key-get-modeclj

(key-get-mode & [config])
source

key-set-modeclj

(key-set-mode & [config])
source

last-printed-config-explanation-strclj

source

macroexpand-selectors?clj

(macroexpand-selectors? & [config])
source

memoized-read-env-configclj

source

pop-config-overrides!clj/smacro

(pop-config-overrides!)
source

prepare-default-configclj

(prepare-default-config)
source

(print-invalid-config-warning explanation-str config-str)
source

push-config-overrides!clj/smacro

(push-config-overrides! config)
source

read-env-configclj

(read-env-config)
source

read-project-configclj

(read-project-config)
source

set-child-factory!cljs

(set-child-factory! new-factory-fn)
source

set-current-runtime-config!cljs

(set-current-runtime-config! new-config)
source

strict-punching?clj

(strict-punching? & [config])
source

throw-errors-from-macro-call-sites?cljs

(throw-errors-from-macro-call-sites? & [config])
source

update-current-runtime-config!cljs

(update-current-runtime-config! f-or-map & args)
source

use-envelope?cljs

(use-envelope? & [config])
source

validate-config-and-report-problems-if-needed!clj

(validate-config-and-report-problems-if-needed! config)
source

with-child-factoryclj/smacro

(with-child-factory factory-fn & body)
source

with-compiler-configclj/smacro

(with-compiler-config config & body)
source

with-debugclj/smacro

(with-debug & body)
source

with-runtime-configclj/smacro

(with-runtime-config config & body)
source

without-diagnosticsclj/smacro

(without-diagnostics & body)
source

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

× close