aboutsummaryrefslogtreecommitdiff
path: root/lib/ast.js
AgeCommit message (Expand)Author
2017-09-20suppress `collapse_vars` of `this` into "use strict" (#2326)...Alex Lam S.L
2017-07-03clean up `TreeWalker.pop()` (#2195)...Alex Lam S.L
2017-05-14fix bugs with getter/setter (#1926)...Alex Lam S.L
2017-05-12remove support for `const` (#1910)...Alex Lam S.L
2017-05-08support dumping AST (#1879)...Alex Lam S.L
2017-04-22fix label-related bugs (#1835)...Alex Lam S.L
2017-04-17enhance `reduce_vars` (#1814)...Alex Lam S.L
2017-04-15unify CLI & API under `minify()` (#1811)...Alex Lam S.L
2017-04-12convert `AST_Seq` from binary tree to array (#1460)...Alex Lam S.L
2017-04-04optimise `do{...}while(false)` (#1785)...Alex Lam S.L
2017-03-14minor clean-ups (#1600)...Alex Lam S.L
2017-03-07fix deep cloning of labels (#1565)...Alex Lam S.L
2017-03-07transform function calls to IIFEs (#1560)...Alex Lam S.L
2017-03-05handle variable declaration within catch blocks (#1546)...Alex Lam S.L
2017-02-26faster tree transversal (#1462)...Alex Lam S.L
2017-02-24Avoid using exports when undefined (#1471)...Ondřej Španěl
2016-04-12Actually limit sequence length....Mihai Bazon
2016-04-07Avoid using inherited hasOwnProperty...Mihai Bazon
2015-11-12Fix output for "use asm" code from SpiderMonkey AST...Mihai Bazon
2015-11-11Rework has_directive...Mihai Bazon
2015-10-07Fix handling of "use asm" when no command line flags are passed to uglifyjs. ...kzc
2015-09-24No longer use `vm` to load code....Mihai Bazon
2015-09-24Fix wrap_commonjs to include code first...Mihai Bazon
2015-01-27Add option to preserve/enforce string quote style...Mihai Bazon
2015-01-06Track ending lines/columns; fix end locations in Mozilla AST.Ingvar Stepanyan
2015-01-06AST_Do nodes: walk body before conditionMihai Bazon
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