UglifyJS/lib
kzc 2cab348341 improve SymbolDef info in --output ast (#2778)
* SymbolDef info (a.k.a. `thedef`) is now represented as a string containing `"ID name [mangled_name]"`. 
* Enhance display of `globals`, `variables`, `functions` and `enclosed`.
* `SymbolDef.next_id` starts at `1` and the `id` is adjusted for `-o ast` display.
2018-01-14 01:40:51 +08:00
..
ast.js make comments output more robust (#2633) 2017-12-22 04:59:54 +08:00
compress.js fix reduce_vars on AST_Accessor (#2776) 2018-01-13 02:46:14 +08:00
minify.js improve synergy between compress and rename (#2755) 2018-01-09 17:55:41 +08:00
mozilla-ast.js fix & improve coverage of estree (#1935) 2017-05-15 02:37:53 +08:00
output.js fix output of imported AST (#2771) 2018-01-12 01:05:49 +08:00
parse.js forbid block-scoped AST_Defun in strict mode (#2718) 2018-01-04 18:45:51 +08:00
propmangle.js fix mangle name collision across files (#2722) 2018-01-05 05:08:09 +08:00
scope.js improve SymbolDef info in --output ast (#2778) 2018-01-14 01:40:51 +08:00
sourcemap.js Generate source map data from normalized files 2016-11-29 20:42:56 +01:00
transform.js Transform can be simplified when clone is not done. (#2621) 2017-12-19 17:56:16 +08:00
utils.js make comments output more robust (#2633) 2017-12-22 04:59:54 +08:00