UglifyJS/lib
Mihai Bazon eab99a1c3d Better fix for #343
We can in fact lift sequences, but only if the operation is assignment and
the left-hand side has no side effects nor property access -- that should
guarantee that whatever we place before it cannot affect the sense of the
assignment.

Dropped contrived test case (too hard to support it now), added a more
meaningful one.
2013-11-06 10:48:48 +02:00
..
ast.js Fix parsing setters/getters (allow keywords for name). 2013-10-30 11:50:22 +02:00
compress.js Better fix for #343 2013-11-06 10:48:48 +02:00
mozilla-ast.js Workaround for missing prefix in UnaryExpression generated by Esprima 2013-04-29 15:03:52 +03:00
output.js Workaround for Safari bug 2013-10-30 13:59:59 +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