PAMapp/node_modules/@babel/plugin-transform-new-target/lib/index.js
@@ -50,12 +50,12 @@ node } = func; if (!node.id) { if (func.isMethod()) { path.replaceWith(scope.buildUndefinedNode()); return; } if (_core.types.isMethod(node)) { path.replaceWith(scope.buildUndefinedNode()); return; } if (!node.id) { node.id = scope.generateUidIdentifier("target"); }