@@ -2119,7 +2119,9 @@ merge(Compressor.prototype, {
|
||||
}
|
||||
arg = null;
|
||||
}
|
||||
if (node instanceof AST_ObjectIdentity && (fn_strict || !tw.find_parent(AST_Scope))) {
|
||||
if (node instanceof AST_ObjectIdentity && (fn_strict
|
||||
|| !tw.find_parent(AST_Scope)
|
||||
|| is_arrow(arg) && iife instanceof AST_New)) {
|
||||
arg = null;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user