Liking cljdoc? Tell your friends :D

reagent.debug


assert-callablecljsmacro

(assert-callable value)

assert-componentcljsmacro

(assert-component value)

assert-js-objectcljsmacro

(assert-js-object value)

assert-new-statecljsmacro

(assert-new-state value)

assert-somecljsmacro

(assert-some value tag)

dbgcljsmacro

(dbg x)

Useful debugging macro that prints the source and value of x, as well as package name and line number. Returns x.

Useful debugging macro that prints the source and value of x,
as well as package name and line number. Returns x.
raw docstring

dev?cljsmacro

(dev?)

True if assertions are enabled.

True if assertions are enabled.
raw docstring

errorcljsmacro

(error & forms)

Print with console.error.

Print with console.error.
raw docstring

has-consolecljs


logcljsmacro

(log & forms)

Print with console.log, if it exists.

Print with console.log, if it exists.
raw docstring

printlncljsmacro

(println & forms)

Print string with console.log

Print string with console.log
raw docstring

prncljsmacro

(prn & forms)

Like standard prn, but prints using console.log (so that we get nice clickable links to source in modern browsers).

Like standard prn, but prints using console.log (so that we get
nice clickable links to source in modern browsers).
raw docstring

timecljsmacro

(time & forms)

track-consolecljs


track-warningscljs

(track-warnings f)

trackingcljs


warncljsmacro

(warn & forms)

Print with console.warn.

Print with console.warn.
raw docstring

warn-unlesscljsmacro

(warn-unless cond & forms)

warningscljs

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

× close