@@ -3126,7 +3126,7 @@ merge(Compressor.prototype, {
|
||||
if (prev) {
|
||||
if (stat instanceof AST_Exit) {
|
||||
if (stat.value || !in_async_generator(scope)) {
|
||||
stat.value = cons_seq(stat.value || make_node(AST_Undefined, stat)).transform(compressor);
|
||||
stat.value = cons_seq(stat.value || make_node(AST_Undefined, stat)).optimize(compressor);
|
||||
}
|
||||
} else if (stat instanceof AST_For) {
|
||||
if (!(stat.init instanceof AST_Definitions)) {
|
||||
|
||||
Reference in New Issue
Block a user