compiler option | since v0.0-2511 | Edit |
Cache compiler analysis to disk to enable faster cold build and REPL startup times.
Defaults to true in REPL and when :optimizations
is disabled.
Each CLJS file is cached to :output-dir
with analysis
formatted by :cache-analysis-format
.
foo.cljs
- copied sourcefoo.cljs.cache.json
- analysis in transit format, orfoo.cljs.cache.edn
- analysis in edn format:cache-analysis true