cljs.repl
A
Given a regular expression or stringable thing, return a seq of all public definitions in all currently-loaded namespace...
macro([str-or-pattern])
D
E
Constructs a data representation for a Error with keys: :cause - root cause message :phase - error phase :via - cause...
function([o])
- macro
([& body])
- function
([error])
Returns a string from exception data, as produced by ex-triage. The first line summarizes the exception phase and locati...
function([{:keys [:clojure.error/phase :clojure.error/source :clojure.error/line :clojure.error/column :clojure.error/symbol :clojure.error/class :clojure.error/cause :clojure.error/spec], :as triage-data}])
Returns an analysis of the phase, error, cause, and location of an error that occurred based on Throwable data, as retur...
function([datafied-throwable])
F
Prints documentation for any var whose documentation or name contains a match for re-string-or-pattern
macro([re-string-or-pattern])
S
Prints the source code for the given symbol, if it can find it. This requires that the symbol resolve to a Var defined i...
macro([n])
W
Evaluates body with *read-eval* set to a "known" value, i.e. substituting true for :unknown if necessary.
macro([& body])