Variable: cider-cljs-repl-type

cider-cljs-repl-type is a buffer-local variable defined in cider-session.el.

Documentation

The type of the ClojureScript runtime (browser, node, figwheel, etc.).

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-session.el
;;; REPL Buffer Init

(defvar-local cider-cljs-repl-type nil
  "The type of the ClojureScript runtime (`browser', `node', `figwheel', etc.).")