Liking cljdoc? Tell your friends :D

cider.nrepl.middleware.util.cljs


cider-piggieback?clj

source

cljs-response-valueclj

(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.
sourceraw docstring

expects-piggiebackclj

(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.
sourceraw docstring

grab-cljs-envclj

(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.
sourceraw docstring

grab-cljs-env*clj

(grab-cljs-env* msg)
source

nrepl-piggieback?clj

source

requires-piggiebackclj

(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.
sourceraw docstring

response-valueclj

(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).
sourceraw docstring

try-piggiebackclj

(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.
sourceraw docstring

with-cljs-envcljmacro

(with-cljs-env msg & body)
source

with-cljs-nscljmacro

(with-cljs-ns ns-sym & body)
source

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

× close