Task helpers, that do not have any dependencies in pallet.
Task helpers, that do not have any dependencies in pallet.
(abort msg)
Abort a task, with the specified error message, and no stack trace.
Abort a task, with the specified error message, and no stack trace.
(maybe-resolve-symbol-string symbol-string)
Try and resolve a symbol-string to a var value
Try and resolve a symbol-string to a var value
(parse-as-qualified-symbol symbol-string)
Convert the given symbol-string into a namespace qualified symbol. Returns a vector of ns and symbol
Convert the given symbol-string into a namespace qualified symbol. Returns a vector of ns and symbol
(report-error msg)
Report a message to err.
Report a message to *err*.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close