Noteworthy Changes Closure Compiler has been upgraded to v20180805. The :npm-deps compiler option now defaults to false. Previously, :npm-deps defaulted to true. Improved Compiler Performance The compiler is now much faster when compared with the 1.10.339 release for both regular builds and when :parallel-build is set to true. Warnings on Private Var Use ClojureScript will now warn on private var use. Let’s say you have a function intended for private use in a namespace: (ns foo.core) (defn...