Liking cljdoc? Tell your friends :D

klipse.lang.javascript


append-to-chancljs

(append-to-chan c)
source

babelcljs

(babel src)
source

beautifycljs

(beautify js-exp)
source

es2017-optscljs

source

eval-es2017cljs

(eval-es2017 exp {:keys [async-code? container-id] :or {async-code? false}})
source

eval-with-logger!cljs

(eval-with-logger! c exp)

Evals an expression where the window.console object is lexically bound to an object that puts the console output on a channel. Returns the empty string. It works fine also with asynchronous code.

Evals an expression where the window.console object is lexically bound to an object that puts the console output on a channel.
Returns the empty string.
It works fine also with asynchronous code.
sourceraw docstring

external-lib-pathcljs

(external-lib-path lib-name-or-url)
source

known-external-libscljs

source

optscljs

source

str-eval-js-asynccljs

(str-eval-js-async exp
                   {:keys [async-code? external-libs container-id]
                    :or {async-code? false external-libs nil}})
source

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

× close