ClojureScript, the Clojure compiler that emits JavaScript source code.

README and source code: https://github.com/clojure/clojurescript

New release version: 0.0-1978

Leiningen dependency information:

    [org.clojure/clojurescript "0.0-1978"]

Changes:
* tools.reader 0.7.10

Enhancements:
* Significantly better source map support - should work with or without
Closure optimizations and should work with incremental compilation across
JVM runs. If you haven't tried the source map feature before, now's a good
time :)

Bug fixes:
CLJS-638: Keyword invoke is inconsistent with clojure
CLJS-632: use tools.reader's *alias-map* for tracking aliases instead of
Clojure namespaces
CLJS-471: prevent empty regexps from causing compiler errors
CLJS-628: *cljs-file* not bound when compiling to stdout
CLJS-634: do not call getPath on a null value
CLJS-635: Clojure consistent implementations of -rseq
CLJS-608: Stop re-seq after reaching end of string
CLJS-591: source relative path for source map
CLJS-617: double evaluation of ^not-native type-hinted expressions

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to