File: cider-cljs.el.html
ClojureScript REPL types, requirement checks, init-form builders and the
cider-register-cljs-repl-type registry that drives cider-jack-in-cljs
and friends. Bundles support for figwheel, figwheel-main, shadow-cljs,
node, weasel, krell, nbb and user-defined custom REPLs.
Defined variables (9)
cider-check-cljs-repl-requirements | When non-nil will run the requirement checks for the different cljs repls. |
cider-cljs-repl-types | A list of supported ClojureScript REPLs. |
cider-connect-default-cljs-params | Default plist of params for connecting to a ClojureScript REPL. |
cider-custom-cljs-repl-init-form | The form used to start a custom ClojureScript REPL. |
cider-default-cljs-repl | The default ClojureScript REPL to start. |
cider-figwheel-main-default-options | Defines the ‘figwheel.main/start’ options. |
cider-offer-to-open-cljs-app-in-browser | When nil, do not offer to open ClojureScript apps in a browser on connect. |
cider-shadow-default-options | Defines default ‘shadow-cljs’ options. |
cider-shadow-watched-builds | Defines the list of builds ‘shadow-cljs’ should watch. |