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