@@ -7820,6 +7820,7 @@ merge(Compressor.prototype, {
|
||||
if (abort) return true;
|
||||
if (tw.parent() === exp && node.may_throw(compressor)) return abort = true;
|
||||
if (node instanceof AST_Await) return abort = true;
|
||||
if (node instanceof AST_ForAwaitOf) return abort = true;
|
||||
if (node instanceof AST_Return) {
|
||||
if (node.value && !is_primitive(compressor, node.value)) return abort = true;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user