aboutsummaryrefslogtreecommitdiff
path: root/lib/ast.js
AgeCommit message (Expand)Author
2014-03-22Allow colons in the pairs passed to AST_Toplevel.wrap_encloseArnavion
2013-12-05AST_Catch shouldn't really inherit from AST_Scope. Fix #363...Mihai Bazon
2013-11-28Properly scope `catch` identifier when --screw-ie8...Mihai Bazon
2013-10-30Fix parsing setters/getters (allow keywords for name)....Mihai Bazon
2013-09-06minorMihai Bazon
2013-09-02Fix names.Mihai Bazon
2013-09-02Disallow `continue` referring to a non-IterationStatement. Fix #287...Mihai Bazon
2013-06-07Don't swap binary ops when "use asm" is in effect....Mihai Bazon
2013-03-24Add support for enclose option. Closes #139.Jake Harding
2013-01-17Fix output for arrays containing undefined values....David Glasser
2012-11-24fix #55Mihai Bazon
2012-11-08AST_LabelRef no longer inherits from AST_SymbolRefMihai Bazon
2012-11-07add AST_Accessor and AST_SymbolAccessor node types...Mihai Bazon
2012-10-22more sequence optimizations (lift some sequences above binary/unary expressio...Mihai Bazon
2012-10-18more optimizations for some break/continue casesMihai Bazon
2012-10-12remove the $self hack...Mihai Bazon
2012-10-12fix in_boolean_context() (two tests were broken)Mihai Bazon
2012-10-11cleanup...Mihai Bazon
2012-10-10fix node nameMihai Bazon
2012-10-10seems cleaner if AST_Label doesn't inherit from AST_SymbolDeclarationMihai Bazon
2012-10-10small improvements in wrap_commonjs:...Mihai Bazon
2012-10-09add AST_Infinity nodeMihai Bazon
2012-10-09added $propdoc to AST nodes and some cleanups...Mihai Bazon
2012-10-09minor AST cleanup (AST_BlockStatement may inherit from AST_Block)Mihai Bazon
2012-10-09add `--ast-help`...Mihai Bazon
2012-10-08added --self to easily get a browser-runnable version of UglifyJSMihai Bazon
2012-10-03more cleanup (dropped AST_SwitchBlock)Mihai Bazon
2012-10-03AST cleanup (dropped AST_StatementBase)Mihai Bazon
2012-10-02"use strict";Mihai Bazon
2012-10-02add AST_SymbolConst for names defined with `const`Mihai Bazon
2012-09-28minorMihai Bazon
2012-09-26checkpoint (refactoring, WIP)Mihai Bazon
2012-09-23properly drop mutually-referring declarations that are not otherwise...Mihai Bazon
2012-09-21better support for multiple input files:...Mihai Bazon
2012-09-18fixed label scope/manglingMihai Bazon
2012-09-18support for directivesMihai Bazon
2012-09-18added AST_NaN (output as 0/0)Mihai Bazon
2012-09-15figure out label targetsMihai Bazon
2012-09-14more optimizations that v1 does and some cleanups...Mihai Bazon
2012-09-11fixed some mess with symbols/scope...Mihai Bazon
2012-09-07checkpointMihai Bazon
2012-09-07fixed tests (need to drop the toplevel block in "expected" if it's a single s...Mihai Bazon
2012-09-05cleaned up usage of AST_BlockStatement...Mihai Bazon
2012-09-03jumps, try and definitions are statements tooMihai Bazon
2012-09-03an AST_If is too a StatementWithBodyMihai Bazon
2012-09-03a LabeledStatement should be in fact a StatementWithBody...Mihai Bazon
2012-09-03switch branches must be declared `required` so that the compressor doesn't...Mihai Bazon
2012-08-28docstring for AST_StatementWithBodyMihai Bazon
2012-08-28fix code generator for this case:...Mihai Bazon
2012-08-27update (c) yearsMihai Bazon