Variable: cider-cljs-repl-type
cider-cljs-repl-type is a buffer-local variable defined in
cider-connection.el.
Documentation
The type of the ClojureScript runtime (browser, node, figwheel, etc.).
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-connection.el
;;; REPL Buffer Init
(defvar-local cider-cljs-repl-type nil
"The type of the ClojureScript runtime (`browser', `node', `figwheel', etc.).")