ClojureScript, the Clojure compiler that emits JavaScript source code.
README and source code:
https://github.com/clojure/clojurescript
New release version: 0.0-2505
Leiningen dependency information:
[org.clojure/clojurescript "0.0-2505"]
This release fixes an issue with cljs.test and improves Node.js
support.
### Changes
* Stop generating random files for IJavaScript Strings
* added :source-map-timestamp build flag to get cache busting source
map urls
* Enhancements to bootstrap script
* Stop warning about deps.cljs usage
### Fixes
* Fix Node.js source mapping regression introduced by commit 254e548
* CLJS-914: thrown-with-msg? is unable to get message of exception
* CLJS-915: On empty call, List and PersistentQueue do not retain
meta, sorted-set/sorted map do not retain comparator