Liking cljdoc? Tell your friends :D

figwheel.client


__figwheel-start-once__cljs

source

_figwheel-version_cljs

source

add-json-message-watchcljs

(add-json-message-watch key callback)
source

add-message-watchcljs

(add-message-watch key callback)
source

add-pluginscljs

(add-plugins plugins system-options)
source

auto-jump-to-errorcljs

(auto-jump-to-error opts error)
source

autoload?cljs

(autoload?)
source

bad-compile-helper-appcljs

(bad-compile-helper-app)
source

base-pluginscljs

(base-plugins system-options)
source

block-reload-file-state?cljs

(block-reload-file-state? msg-names opts)
source

compile-fail-state?cljs

(compile-fail-state? msg-names)
source

compile-fail-warning-plugincljs

(compile-fail-warning-plugin {:keys [on-compile-warning on-compile-fail]})
source

compile-refail-state?cljs

(compile-refail-state? msg-names)
source

config-defaultscljs

source

console-err-printcljs

(console-err-print args)
source

console-intro-messagecljs

source

console-out-printcljs

(console-out-print args)
source

css-loaded-state?cljs

(css-loaded-state? msg-names)
source

css-reloader-plugincljs

(css-reloader-plugin opts)
source

default-before-loadcljs

(default-before-load files)
source

default-on-compile-failcljs

(default-on-compile-fail {:keys [exception-data cause] :as ed})
source

default-on-compile-warningcljs

(default-on-compile-warning {:keys [message] :as w})
source

default-on-cssloadcljs

(default-on-cssload files)
source

default-on-jsloadcljs

source

enable-repl-print!cljs

(enable-repl-print!)
source

enforce-figwheel-version-plugincljs

(enforce-figwheel-version-plugin opts)
source

enforce-project-plugincljs

(enforce-project-plugin opts)
source

ensure-cljs-usercljs

(ensure-cljs-user)

The REPL can disconnect and reconnect lets ensure cljs.user exists at least.

The REPL can disconnect and reconnect lets ensure cljs.user exists at least.
sourceraw docstring

error-msg-formatcljs

(error-msg-format {:keys [message class]})
source

eval-javascript**cljs

(eval-javascript** code opts result-handler)
source

fetch-data-from-envcljs

(fetch-data-from-env)
source

figwheel-repl-printcljs

(figwheel-repl-print args)
(figwheel-repl-print stream args)
source

file-line-columncljs

(file-line-column {:keys [file line column]})
source

file-reloader-plugincljs

(file-reloader-plugin opts)
source

fill-url-templatecljs

(fill-url-template config)
source

focus-msgscljs

(focus-msgs name-set msg-hist)
source

format-messagescljs

source

get-essential-messagescljs

(get-essential-messages ed)
source

get-ua-productcljs

(get-ua-product)
source

handle-deprecated-jsload-callbackcljs

(handle-deprecated-jsload-callback config)
source

heads-up-config-options**cljs

source

heads-up-plugincljs

(heads-up-plugin opts)
source

heads-up-plugin-msg-handlercljs

(heads-up-plugin-msg-handler opts msg-hist')
source

js-stringifycljs

source

reload-file-state?cljs

(reload-file-state? msg-names opts)
source

reload-file?*cljs

(reload-file?* msg-name opts)
source

repl-err-print-fncljs

(repl-err-print-fn & args)
source

repl-out-print-fncljs

(repl-out-print-fn & args)
source

repl-plugincljs

(repl-plugin {:keys [build-id] :as opts})
source

repl-pprintcljs

(repl-pprint)
source

repl-result-pr-strcljs

(repl-result-pr-str v)
source

rewarning-state?cljs

(rewarning-state? msg-names)
source

set-autoloadcljs

(set-autoload b)

Figwheel by default loads code changes as you work. Sometimes you just want to work on your code without the ramifications of autoloading and simply load your code piecemeal in the REPL. You can turn autoloading on and of with this method.

(figwheel.client/set-autoload false)

NOTE: This is a persistent setting, meaning that it will persist through browser reloads.

Figwheel by default loads code changes as you work. Sometimes you
just want to work on your code without the ramifications of
autoloading and simply load your code piecemeal in the REPL. You can
turn autoloading on and of with this method.

(figwheel.client/set-autoload false)

NOTE: This is a persistent setting, meaning that it will persist
through browser reloads.
sourceraw docstring

set-repl-pprintcljs

(set-repl-pprint b)

This method gives you the ability to turn the pretty printing of the REPL's return value on and off.

(figwheel.client/set-repl-pprint false)

NOTE: This is a persistent setting, meaning that it will persist through browser reloads.

This method gives you the ability to turn the pretty printing of
the REPL's return value on and off.

(figwheel.client/set-repl-pprint false)

NOTE: This is a persistent setting, meaning that it will persist
through browser reloads.
sourceraw docstring

startcljs

(start)
(start opts)
source

toggle-autoloadcljs

(toggle-autoload)
source

truncate-stack-tracecljs

(truncate-stack-trace stack-str)
source

warning-append-state?cljs

(warning-append-state? msg-names)
source

warning-state?cljs

(warning-state? msg-names)
source

watch-and-reloadcljs

(watch-and-reload & {:keys [] :as opts})
source

watch-and-reload-with-optscljs

source

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

× close