@@ -3595,8 +3595,8 @@ Compressor.prototype.compress = function(node) {
|
||||
stat = stat.clone();
|
||||
exprs.push(stat.condition);
|
||||
stat.condition = make_sequence(stat, exprs);
|
||||
stat.alternative = make_node(AST_BlockStatement, next, {
|
||||
body: extract_functions().concat(make_node(AST_Return, next, { value: null })),
|
||||
stat.alternative = make_node(AST_BlockStatement, self, {
|
||||
body: extract_functions().concat(make_node(AST_Return, self, { value: null })),
|
||||
});
|
||||
statements[i] = stat.transform(compressor);
|
||||
i = prev + 1;
|
||||
|
||||
Reference in New Issue
Block a user