UglifyJS/lib
Mihai Bazon c5ed2292bf Fix parsing setters/getters (allow keywords for name).
The "key" property was always "set" or "get", which didn't make much sense.
Now it'll be the actual name of the setter/getter (AST_Node), and the
AST_Accessor object itself, which represents the function, won't store any
name.

Close #319
2013-10-30 11:50:22 +02:00
..
ast.js Fix parsing setters/getters (allow keywords for name). 2013-10-30 11:50:22 +02:00
compress.js Fix regression after e4c5302406 2013-10-30 10:45:58 +02:00
mozilla-ast.js Workaround for missing prefix in UnaryExpression generated by Esprima 2013-04-29 15:03:52 +03:00
output.js Fix parsing setters/getters (allow keywords for name). 2013-10-30 11:50:22 +02:00
parse.js Fix parsing setters/getters (allow keywords for name). 2013-10-30 11:50:22 +02:00
scope.js Fix typo 2013-10-29 15:53:54 +02:00
sourcemap.js line numbers start at 1 2012-10-02 16:39:53 +03:00
transform.js Apply transformer to AST_VarDef's name 2013-07-14 13:24:09 +03:00
utils.js Only compress code in new Function if all arguments are strings. 2013-05-14 18:36:31 +03:00