compiler option | since v1.9.456 | Edit |
Set the output format of the analysis cache if :cache-analysis
is enabled. Defaults to transit json.
;; for foo.cljs
:cache-analysis-format :transit ;; <-- foo.cljs.cache.json (default)
:cache-analysis-format :edn ;; <-- foo.cljs.cache.edn