@typescript-eslint/visitor-keys 8.24.2-alpha.0 → 8.24.2-alpha.1

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.
@@ -92,13 +92,13 @@ const additionalKeys = {
92
92
  ClassDeclaration: SharedVisitorKeys.ClassDeclaration,
93
93
  ClassExpression: SharedVisitorKeys.ClassDeclaration,
94
94
  Decorator: ['expression'],
95
- ExportAllDeclaration: ['exported', 'source', 'assertions'],
96
- ExportNamedDeclaration: ['declaration', 'specifiers', 'source', 'assertions'],
95
+ ExportAllDeclaration: ['exported', 'source', 'attributes'],
96
+ ExportNamedDeclaration: ['declaration', 'specifiers', 'source', 'attributes'],
97
97
  FunctionDeclaration: SharedVisitorKeys.Function,
98
98
  FunctionExpression: SharedVisitorKeys.Function,
99
99
  Identifier: ['decorators', 'typeAnnotation'],
100
100
  ImportAttribute: ['key', 'value'],
101
- ImportDeclaration: ['specifiers', 'source', 'assertions'],
101
+ ImportDeclaration: ['specifiers', 'source', 'attributes'],
102
102
  ImportExpression: ['source', 'options'],
103
103
  JSXClosingFragment: [],
104
104
  JSXOpeningElement: ['name', 'typeArguments', 'attributes'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/visitor-keys",
3
- "version": "8.24.2-alpha.0",
3
+ "version": "8.24.2-alpha.1",
4
4
  "description": "Visitor keys used to help traverse the TypeScript-ESTree AST",
5
5
  "files": [
6
6
  "dist",
@@ -47,7 +47,7 @@
47
47
  "typecheck": "tsc --noEmit"
48
48
  },
49
49
  "dependencies": {
50
- "@typescript-eslint/types": "8.24.2-alpha.0",
50
+ "@typescript-eslint/types": "8.24.2-alpha.1",
51
51
  "eslint-visitor-keys": "^4.2.0"
52
52
  },
53
53
  "devDependencies": {