@typescript-eslint/visitor-keys 8.47.1-alpha.10 → 8.47.1-alpha.12

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.
@@ -137,7 +137,7 @@ const additionalKeys = {
137
137
  TSExternalModuleReference: ['expression'],
138
138
  TSFunctionType: SharedVisitorKeys.FunctionType,
139
139
  TSImportEqualsDeclaration: ['id', 'moduleReference'],
140
- TSImportType: ['argument', 'options', 'qualifier', 'typeArguments'],
140
+ TSImportType: ['source', 'options', 'qualifier', 'typeArguments'],
141
141
  TSIndexedAccessType: ['objectType', 'indexType'],
142
142
  TSIndexSignature: ['parameters', 'typeAnnotation'],
143
143
  TSInferType: ['typeParameter'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/visitor-keys",
3
- "version": "8.47.1-alpha.10",
3
+ "version": "8.47.1-alpha.12",
4
4
  "description": "Visitor keys used to help traverse the TypeScript-ESTree AST",
5
5
  "files": [
6
6
  "dist",
@@ -45,7 +45,7 @@
45
45
  "typecheck": "yarn run -BT nx typecheck"
46
46
  },
47
47
  "dependencies": {
48
- "@typescript-eslint/types": "8.47.1-alpha.10",
48
+ "@typescript-eslint/types": "8.47.1-alpha.12",
49
49
  "eslint-visitor-keys": "^4.2.1"
50
50
  },
51
51
  "devDependencies": {