You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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