UglifyJS/lib
Mihai Bazon 5276a4a873 add AST_Accessor and AST_SymbolAccessor node types
AST_Accessor will represent the function for a setter or getter.  Since they
are not mangleable, and they should not introduce a name in scope, we have a
new node for their name (AST_SymbolAccessor) which doesn't inherit from
AST_SymbolDeclaration.

fix #37
2012-11-07 12:43:27 +02:00
..
ast.js add AST_Accessor and AST_SymbolAccessor node types 2012-11-07 12:43:27 +02:00
compress.js convert while into for 2012-11-05 16:01:20 +02:00
mozilla-ast.js fix end tokens in spidermonkey ast import 2012-10-13 11:37:58 +03:00
output.js parenthesize property access when it's the expression in New 2012-11-07 12:26:33 +02:00
parse.js add AST_Accessor and AST_SymbolAccessor node types 2012-11-07 12:43:27 +02:00
scope.js add AST_Accessor and AST_SymbolAccessor node types 2012-11-07 12:43:27 +02:00
sourcemap.js line numbers start at 1 2012-10-02 16:39:53 +03:00
transform.js minor 2012-10-12 14:55:54 +03:00
utils.js add option to mangle names even if eval/with is in use 2012-11-06 18:19:51 +02:00