Liking cljdoc? Tell your friends :D

figwheel-sidecar.utils


bind-loggingcljmacro

(bind-logging log-writer & body)
source

clean-cljs-build*clj

(clean-cljs-build* {:keys [output-to output-dir]})
source

compiler-envclj

(compiler-env build-options)

Creates a cljs.env compiler env that can be safely printed.

Creates a cljs.env compiler env that can be safely printed.
sourceraw docstring

dissoc-inclj

(dissoc-in m [k & ks :as keys])

Dissociates an entry from a nested associative structure returning a new nested structure. keys is a sequence of keys. Any empty maps that result will not be present in the new structure.

Dissociates an entry from a nested associative structure returning a new
nested structure. keys is a sequence of keys. Any empty maps that result
will not be present in the new structure.
sourceraw docstring

get-ns-from-source-file-pathclj

(get-ns-from-source-file-path file-path)

Takes a project relative file path and returns an underscored clojure namespace. .ie a file that starts with (ns example.path-finder) -> example.path_finder

Takes a project relative file path and returns an underscored clojure namespace.
.ie a file that starts with (ns example.path-finder) -> example.path_finder
sourceraw docstring

name-like?clj

source

norm-pathclj

(norm-path p)

Normalize paths to a forward slash separator to fix windows paths

Normalize paths to a forward slash separator to fix windows paths
sourceraw docstring

relativize-localclj

(relativize-local path)
source

remove-root-pathclj

(remove-root-path path)

relativize to the local root just in case we have an absolute path

relativize to the local root just in case we have an absolute path
sourceraw docstring

require-resolve-handlerclj

(require-resolve-handler handler)
source

require?clj

(require? symbol)
source

silent-fail-require!clj

(silent-fail-require! symbol)
source

slow-outputcljmacro

(slow-output & body)
source

sync-agentclj

source

sync-execclj

(sync-exec thunk)
source

underscoreclj

(underscore s)
source

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

× close