PAMapp/node_modules/@babel/types/lib/validators/isReferenced.js
@@ -44,6 +44,7 @@ return !grandparent || grandparent.type !== "ObjectPattern"; case "ClassProperty": case "ClassAccessorProperty": if (parent.key === node) { return !!parent.computed; }