WXL
4 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
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];
    }
  }