WXL
2026-06-04 b7b8202e3ecb7f720eefd7a226b2ee8166fc5057
node_modules/@babel/types/lib/validators/isReferenced.js
@@ -31,7 +31,7 @@
      if (parent.key === node) {
        return !!parent.computed;
      }
      return !grandparent || grandparent.type !== "ObjectPattern";
      return (grandparent == null ? void 0 : grandparent.type) !== "ObjectPattern";
    case "ClassProperty":
    case "ClassAccessorProperty":
      if (parent.key === node) {