@@ -3118,7 +3118,7 @@ merge(Compressor.prototype, {
|
||||
}
|
||||
}
|
||||
} else if (stat instanceof AST_ForIn) {
|
||||
stat.object = cons_seq(stat.object);
|
||||
if (!is_lexical_definition(stat.init)) stat.object = cons_seq(stat.object);
|
||||
} else if (stat instanceof AST_If) {
|
||||
stat.condition = cons_seq(stat.condition);
|
||||
} else if (stat instanceof AST_Switch) {
|
||||
|
||||
Reference in New Issue
Block a user