WXL
3 天以前 888f941ae16c850c0f1a844ec9436058840920bd
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];
    }
  }