Subject to change in following versions.
Example implementation: https://github.com/Deraen/less4clj/blob/master/boot-less/src/deraen/boot_less.clj#L104-L111
Shared data format for exception data or warning.
{:message "Message"
:file "src/css/main.less.less"
:line 10
:column 1}
ex-data
contains :from
property with value :boot-cljs
ex-data
contains property :adzerk.boot-reload/exception
with truthy value:adzerk.boot-cljs/warnings
from .cljs.edn
file fileset metadata:adzerk.boot-reload/warnings
from fileset metadata of any fileCan you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close