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]; } }