WXL
4 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
node_modules/@babel/types/lib/modifications/inherits.js
@@ -14,7 +14,7 @@
    }
  }
  for (const key of Object.keys(parent)) {
    if (key[0] === "_" && key !== "__clone") {
    if (key.startsWith("_") && key !== "__clone") {
      child[key] = parent[key];
    }
  }