UglifyJS/lib
Mihai Bazon b70670b69f Fix regression after e4c5302406
`x * (y * z)` ==> `x * y * z` -- the better place to do this is in the
compressor rather than codegen.
2013-10-30 10:45:58 +02:00
..
ast.js minor 2013-09-06 09:52:56 +03: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 output for x = 2 * (a % b / b * c) 2013-10-30 09:11:55 +02:00
parse.js minor 2013-10-30 09:10:56 +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