UglifyJS/lib
Mihai Bazon f53e139d3c fix output for certain edge cases
the statements if, for, do, while and with might have an AST_EmptyStatement
as body; if that's the case, we need to make sure that the semicolon gets in
the output.
2012-08-22 13:20:05 +03:00
..
ast.js declare some properties in the node constructor so that they're copied in clone 2012-08-22 00:01:55 +03:00
compress.js hint that brackets may be required in AST_BlockStatement 2012-08-21 19:16:05 +03:00
output.js fix output for certain edge cases 2012-08-22 13:20:05 +03:00
parse.js hint that brackets may be required in AST_BlockStatement 2012-08-21 19:16:05 +03:00
scope.js declare some properties in the node constructor so that they're copied in clone 2012-08-22 00:01:55 +03:00
utils.js added mangler and other stuff 2012-08-20 17:32:35 +03:00