15 June 2018
ClojureScript Team
Externs inference has been significantly improved in this release. See ClojureScript with Webpack for details on what this improved support enables.
Closure Compiler has been upgraded to v20180610.
Additionally, changes have been made so that it is possible to upgrade to the latest Google Closure Library. (The revised code is simultaneously compatible with the latest Closure Library and the version that ClojureScript 1.10.238 depends on.)
node_modules
IndexingIf you use :npm-deps
, the indexing of node_modules
should be much faster. (One test showed a 6-fold improvement in indexing speed.)
Several improvements have been made to ensure that the compiler test suite passes on Windows. Additionally, Graal.js, the new JavaScript engine that ships with GraalVM is included in the test suite.
For a complete list of updates in ClojureScript 1.10.312 see Changes.