Skip to content

Tags: HackerSchool12/clojurescript

Tags

r1443

Fix (println 1 1) => "11\n" instead of "1 1\n"

r1424

Decouple analyzer from compiler

The analyzer is now living in it's own file, with all related
functions. The rest of the compiler has been updated so that
references to the analyze part of the compiler now references
the analyzer namespace.

r1236

* src/clj/cljs/compiler.clj: always warn on dynamic binding of vars n…

…ot delcared dynamic. possible now that analysis follows :requires & :uses

r1211

* src/clj/cljs/compiler.clj: CLJS-238: analysis should follow depende…

…ncies

r1011

Fix dependency-order to work with JavaScript strings

This allows running dependency-order once on all sources even when
some of the sources are JavaScript strings.

r1006

Sort JavaScript files in dependency order once, just before advanced …

…compilation

r993

ensure the emittance of properly escaped non ascii characters (includ…

…ing the full unicode range) for maximum host compatibility (Internet Explorer), fixing CLJS-139, 133 and 56

r971

Use staging-release instead of staging-promote to avoid infinite loop

r927

fixed hierarchic multimethods bug, refs clojure#126

v0.0

Initial commit