Liking cljdoc? Tell your friends :D

hansel.instrument.namespaces


all-namespacesclj

(all-namespaces ns-strs
                {:keys [excluding-ns prefixes? get-all-ns-fn] :as config})

Return all loaded namespaces that match with ns-strs but excluding excluding-ns. If prefixes? is true, ns-strs will be used as prefixes, else a exact match will be required.

Return all loaded namespaces that match with `ns-strs` but
excluding `excluding-ns`. If `prefixes?` is true, `ns-strs`
will be used as prefixes, else a exact match will be required.
raw docstring

clj-namespaces-configclj


eval-form-error-dataclj

(eval-form-error-data _ ex)

flow-storm-ns-tagclj


instrument-files-for-namespacesclj

(instrument-files-for-namespaces
  ns-strs
  {:keys [prefixes? files-for-ns-fn uninstrument?] :as config})

Instrument and evaluates all forms of all loaded namespaces matching ns-strs. If prefixes? is true, ns-strs will be used as prefixes, else a exact match will be required.

Instrument and evaluates all forms of all loaded namespaces matching
`ns-strs`.
If `prefixes?` is true, `ns-strs` will be used as prefixes, else a exact match will be required.
raw docstring

interesting-form?clj

(interesting-form? form _)

Predicate to check if a form is interesting to instrument.

Predicate to check if a `form` is interesting to instrument.
raw docstring

ns-varsclj

(ns-vars ns)

Return all vars for a ns.

Return all vars for a `ns`.
raw docstring

ns-vars-cljsclj

(ns-vars-cljs ns-symb)

Return all vars for a ClojureScript ns.

Return all vars for a ClojureScript `ns`.
raw docstring

re-eval-file-formsclj

(re-eval-file-forms ns-symb
                    file-url
                    {:keys [compiler uninstrument? file-forms-fn verbose?]
                     :as config})

re-eval-formclj

(re-eval-form ns-symb form config)
(re-eval-form ns-symb
              form
              {:keys [uninstrument? eval-in-ns-fn] :as config}
              retrying?)

read-file-ns-declclj

(read-file-ns-decl file)

Attempts to read a (ns ...) declaration from file and returns the unevaluated form.

Returns nil if ns declaration cannot be found.

read-opts is passed through to tools.reader/read.

Attempts to read a (ns ...) declaration from `file` and returns the unevaluated form.

Returns nil if ns declaration cannot be found.

`read-opts` is passed through to tools.reader/read.
raw docstring

shadow-cljs-namespaces-configclj

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

× close