(cljs-response-value response)
Returns the :value slot of an eval response from piggieback as a Clojure value.
Returns the :value slot of an eval response from piggieback as a Clojure value.
(expects-piggieback descriptor)
If piggieback is loaded, returns the descriptor with piggieback's
wrap-cljs-repl
handler assoc'd into its :expects
set.
If piggieback is loaded, returns the descriptor with piggieback's `wrap-cljs-repl` handler assoc'd into its `:expects` set.
(grab-cljs-env msg)
If piggieback is active, returns the ClojureScript compiler environment for the running REPL.
If piggieback is active, returns the ClojureScript compiler environment for the running REPL.
(requires-piggieback descriptor)
If piggieback is loaded, returns the descriptor with piggieback's
wrap-cljs-repl
handler assoc'd into its :requires
set.
If piggieback is loaded, returns the descriptor with piggieback's `wrap-cljs-repl` handler assoc'd into its `:requires` set.
(response-value msg response)
Returns the :value slot of an eval response as a Clojure value, reading the slot if necessary (piggieback 0.2.x).
Returns the :value slot of an eval response as a Clojure value, reading the slot if necessary (piggieback 0.2.x).
(try-piggieback)
If piggieback is loaded, returns #'cider.piggieback/wrap-cljs-repl
, or
false otherwise.
If piggieback is loaded, returns `#'cider.piggieback/wrap-cljs-repl`, or false otherwise.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close