Liking cljdoc? Tell your friends :D

shadow.cljs.bootstrap.browser


asset-pathcljs

(asset-path & args)
source

compile-state-ref?cljs

(compile-state-ref? x)
source

execute-load!cljs

(execute-load! compile-state-ref
               {:keys [type text uri ns provides] :as load-info})
source

fix-provide-conflict!cljs

(fix-provide-conflict!)
source

initcljs

(init compile-state-ref {:keys [load-on-init] :as opts} init-cb)

initializes the bootstrapped compiler by loading the dependency index and loading cljs.core + macros (and namespaces specified in :load-on-init)

initializes the bootstrapped compiler by loading the dependency index
and loading cljs.core + macros (and namespaces specified in :load-on-init)
sourceraw docstring

init-optscljs

source

loadcljs

(load compile-state-ref {:keys [name path macros] :as rc} cb)

:load fn for cljs.js, must be passed the compile-state as first arg eg. :load (partial boot/load compile-state-ref)

:load fn for cljs.js, must be passed the compile-state as first arg
eg. :load (partial boot/load compile-state-ref)
sourceraw docstring

load-namespacescljs

(load-namespaces compile-state-ref namespaces cb)

loads a set of namespaces, must be called after init

loads a set of namespaces, must be called after init
sourceraw docstring

queue-task!cljs

(queue-task! task)
source

script-evalcljs

(script-eval code)

js/eval doesn't get optimized properly, this hack seems to do the trick

js/eval doesn't get optimized properly, this hack seems to do the trick
sourceraw docstring

transit-loadcljs

(transit-load path callback)
source

transit-readcljs

(transit-read txt)
source

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

× close