Validation of individual options available in public API & CLI
Validation of individual options available in public API & CLI
(validate-bindings bindings)
Is either a single or collection of binding maps. Each binding definition is a Clojure map, a Clojure var, a string path to an EDN or JSON file, or a stringified EDN literal map.
Is either a single or collection of binding maps. Each binding definition is a Clojure map, a Clojure var, a string path to an EDN or JSON file, or a stringified EDN literal map.
(validate-delimiters x)
ART is lenient in its acceptance of delimiter specifications.
ART is lenient in its acceptance of delimiter specifications.
(validate-output-dir output-dir)
A string path of the output directory.
A string path of the output directory.
(validate-templates x)
Returns a collection of java.io.File's representing each of the named template file paths, being any mix of existing files and directories. Any unresolvable named path is signaled as an error.
Returns a collection of java.io.File's representing each of the named template file paths, being any mix of existing files and directories. Any unresolvable named path is signaled as an error.
(validate-to-phase x)
The :to-phase option can either be a valid keyword or its string representation. Returns the valid keyword, otherwise nil.
The :to-phase option can either be a valid keyword or its string representation. Returns the valid keyword, otherwise nil.
(validate-watch-timeout-ms x)
Returns the requested value clamped on the lower bound to a minimum, implementation-dependent value.
Returns the requested value clamped on the lower bound to a minimum, implementation-dependent value.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close