Liking cljdoc? Tell your friends :D

klipse.lang.javascript


append-to-chancljs

(append-to-chan c)

babelcljs

(babel src)

beautifycljs

(beautify js-exp)

es2017-optscljs


eval-es2017cljs

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

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

external-lib-pathcljs

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

known-external-libscljs


optscljs


str-eval-js-asynccljs

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

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

× close