Fork me on GitHub
#cljs-dev
<
2016-11-04
>
bhauman14:11:36

General question for all you cache-analysis experts. If I include inline code in a Vector, along with cljs source code directories, to build.api/build, will that "invalidate"/"prevent the efficient use of" the cache?

dnolen15:11:17

@bhauman cache analysis is only for top level defs

dnolen15:11:24

so we can validate w/o recompiling

anmonteiro16:11:01

attached a patch to the newly created cljs-1839, relaxing the requirement that the first arg to new must be a symbol http://dev.clojure.org/jira/browse/CLJS-1839