(->attr {:keys [src debug-as] :as args})
(component-stack el)
(component-stack stack el)
(log-component-stack stack)
(log-validate-args-error element
problems
component-name
{:keys [file line] :as src})
(log-validate-args-error-problems problems)
(loggable-args args)
Return a version of args which is stripped of uninteresting values, suitable for logging.
Return a version of args which is stripped of uninteresting values, suitable for logging.
(short-component-name component-name)
Returns the interesting part of component-name
Returns the interesting part of component-name
(stack-spy & {:keys [component src]})
(validate-args-error & {:keys [problems component args]})
(validate-args-problems-style)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close