Liking cljdoc? Tell your friends :D

figwheel-sidecar.build-middleware.notifications


compile-error-occuredclj

(compile-error-occured figwheel-server exception)
source

compile-warning-occuredclj

(compile-warning-occured figwheel-server msg)
source

dependency-filesclj

(dependency-files {:keys [output-to output-dir]})
source

file-changed?clj

(file-changed? {:keys [file-md5-atom]} filepath)

Standard checksum to see if a file actually changed.

Standard checksum to see if a file actually changed.
sourceraw docstring

find-figwheel-metaclj

(find-figwheel-meta)
source

get-dependency-filesclj

(get-dependency-files st)

Handling dependency files is different they don't have namespaces and their mtimes change on every compile even though their content doesn't. So we only want to include them when they change. This returns map representations that are ready to be sent to the client.

Handling dependency files is different they don't have namespaces and their mtimes
change on every compile even though their content doesn't. So we only want to include them
when they change. This returns map representations that are ready to be sent to the client.
sourceraw docstring

handle-exceptionsclj

(handle-exceptions figwheel-server
                   {:keys [build-options exception id] :as build})
source

hookclj

(hook build-fn)
source

make-sendable-fileclj

(make-sendable-file st nm)

Formats a namespace into a map that is ready to be sent to the client.

Formats a namespace into a map that is ready to be sent to the client.
sourceraw docstring

merge-build-into-server-stateclj

(merge-build-into-server-state figwheel-server {:keys [id build-options]})
source

notify-change-helperclj

(notify-change-helper {:keys [figwheel-server build-config
                              additional-changed-ns]}
                      files)
source

notify-cljs-ns-changesclj

(notify-cljs-ns-changes state build-config ns-syms)
source

notify-cljs-ns-changes*clj

(notify-cljs-ns-changes* state ns-syms)
source

notify-compile-errorclj

(notify-compile-error server-state build-config {:keys [exception]})
source

notify-compile-warningclj

(notify-compile-warning st build-config warning-msg)
source

(print-hook build-fn)
source

send-changed-filesclj

(send-changed-files {:keys [build-id] :as figwheel-server} files)

Formats and sends a files-changed message to the file-change-atom. Also reports this event to the console.

Formats and sends a files-changed message to the file-change-atom.
Also reports this event to the console.
sourceraw docstring

warning-message-handlerclj

(warning-message-handler callback)
source

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

× close