@typescript-eslint/typescript-estree 8.47.1-alpha.4 → 8.47.1-alpha.6

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.
@@ -1,6 +1,6 @@
1
1
  import type { CacheDurationSeconds, DebugLevel, JSDocParsingMode, ProjectServiceOptions, SourceType } from '@typescript-eslint/types';
2
2
  import type * as ts from 'typescript';
3
- import type { TSESTree, TSESTreeToTSNode, TSNode, TSToken } from './ts-estree';
3
+ import type { TSESTree, TSESTreeToTSNode, TSToken } from './ts-estree';
4
4
  interface ParseOptions {
5
5
  /**
6
6
  * Specify the `sourceType`.
@@ -192,7 +192,7 @@ export interface ParserServicesBase {
192
192
  }
193
193
  export interface ParserServicesNodeMaps {
194
194
  esTreeNodeToTSNodeMap: ParserWeakMapESTreeToTSNode;
195
- tsNodeToESTreeNodeMap: ParserWeakMap<TSNode | TSToken, TSESTree.Node>;
195
+ tsNodeToESTreeNodeMap: ParserWeakMap<TSToken, TSESTree.Node>;
196
196
  }
197
197
  export interface ParserServicesWithTypeInformation extends ParserServicesNodeMaps, ParserServicesBase {
198
198
  getSymbolAtLocation: (node: TSESTree.Node) => ts.Symbol | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/typescript-estree",
3
- "version": "8.47.1-alpha.4",
3
+ "version": "8.47.1-alpha.6",
4
4
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
5
5
  "files": [
6
6
  "dist",
@@ -52,10 +52,10 @@
52
52
  "typecheck": "yarn run -BT nx typecheck"
53
53
  },
54
54
  "dependencies": {
55
- "@typescript-eslint/project-service": "8.47.1-alpha.4",
56
- "@typescript-eslint/tsconfig-utils": "8.47.1-alpha.4",
57
- "@typescript-eslint/types": "8.47.1-alpha.4",
58
- "@typescript-eslint/visitor-keys": "8.47.1-alpha.4",
55
+ "@typescript-eslint/project-service": "8.47.1-alpha.6",
56
+ "@typescript-eslint/tsconfig-utils": "8.47.1-alpha.6",
57
+ "@typescript-eslint/types": "8.47.1-alpha.6",
58
+ "@typescript-eslint/visitor-keys": "8.47.1-alpha.6",
59
59
  "debug": "^4.3.4",
60
60
  "fast-glob": "^3.3.2",
61
61
  "is-glob": "^4.0.3",