aboutsummaryrefslogtreecommitdiff
path: root/lib/transform.js
AgeCommit message (Expand)Author
2017-04-12convert `AST_Seq` from binary tree to array (#1460)...Alex Lam S.L
2016-01-27Collapse single use var definitions...kzc
2015-11-11Rework has_directive...Mihai Bazon
2013-07-14Apply transformer to AST_VarDef's name...Mihai Bazon
2013-05-14Compress code passed to `new Function` if it's a constant....Mihai Bazon
2012-11-18fix #51Mihai Bazon
2012-10-12minorMihai 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-03more cleanup (dropped AST_SwitchBlock)Mihai Bazon
2012-10-02"use strict";Mihai Bazon
2012-09-26compressor successfully moved to TreeTransformerMihai Bazon
2012-09-26checkpoint (refactoring, WIP)Mihai Bazon
2012-09-23properly drop mutually-referring declarations that are not otherwise...Mihai Bazon
2012-09-22tree transformer api (WIP)Mihai Bazon