@eslint-react/ast 5.10.2 → 5.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -228,6 +228,7 @@ function getPropertyName(node, resolve = (n) => n.name) {
228
228
  return null;
229
229
  }
230
230
  function getFullyQualifiedName(node, getText) {
231
+ node = unwrap(node);
231
232
  switch (node.type) {
232
233
  case AST_NODE_TYPES.Identifier:
233
234
  case AST_NODE_TYPES.JSXIdentifier:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/ast",
3
- "version": "5.10.2",
3
+ "version": "5.10.4",
4
4
  "description": "ESLint React's TSESTree AST utility module.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {