(core-compile-an-exp s
{:keys [static-fns external-libs max-eval-duration
compile-display-guard verbose? st ns]
:or {static-fns false
external-libs nil
max-eval-duration min-max-eval-duration
compile-display-guard false
verbose? false
st nil}})
(core-eval-an-exp s
{:keys [static-fns external-libs max-eval-duration verbose? st
ns]
:or {static-fns false
external-libs nil
max-eval-duration min-max-eval-duration
verbose? false
st nil}})
(eval-and-callback s cb)
to be called from javascript
to be called from javascript
(read-string s)
(read-string s st ns)
A good way to read a string as cljs.reader/read-string has many bugs.
A good way to read a string as cljs.reader/read-string has many bugs.
(str-compile exp)
(str-compile exp opts)
useful for testing and js export
useful for testing and js export
(str-eval-async exp {:keys [container-id setup-container-fn verbose?] :as opts})
(update-current-ns {:keys [ns form warning error value success?]}
verbose?
current-ns)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close