@@ -772,6 +772,7 @@ function OutputStream(options) {
|
||||
|| p instanceof AST_DefaultAssign // x => (x = (0, function(){}))
|
||||
|| p instanceof AST_Expansion // [...(a, b)]
|
||||
|| p instanceof AST_ForOf && this === p.object // for (e of (foo, bar)) {}
|
||||
|| p instanceof AST_Yield // yield (foo, bar)
|
||||
;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user