@typescript-eslint/type-utils 8.33.2-alpha.2 → 8.33.2-alpha.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.
@@ -1,5 +1,6 @@
1
1
  import * as ts from 'typescript';
2
2
  /**
3
+ * @deprecated
3
4
  * Gets the source file for a given node
4
5
  */
5
6
  export declare function getSourceFileOfNode(node: ts.Node): ts.SourceFile;
@@ -1 +1 @@
1
- {"version":3,"file":"getSourceFileOfNode.d.ts","sourceRoot":"","sources":["../src/getSourceFileOfNode.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AAEjC;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,GAAG,EAAE,CAAC,UAAU,CAKhE"}
1
+ {"version":3,"file":"getSourceFileOfNode.d.ts","sourceRoot":"","sources":["../src/getSourceFileOfNode.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AAEjC;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,GAAG,EAAE,CAAC,UAAU,CAKhE"}
@@ -36,6 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.getSourceFileOfNode = getSourceFileOfNode;
37
37
  const ts = __importStar(require("typescript"));
38
38
  /**
39
+ * @deprecated
39
40
  * Gets the source file for a given node
40
41
  */
41
42
  function getSourceFileOfNode(node) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/type-utils",
3
- "version": "8.33.2-alpha.2",
3
+ "version": "8.33.2-alpha.4",
4
4
  "description": "Type utilities for working with TypeScript + ESLint together",
5
5
  "files": [
6
6
  "dist",
@@ -45,8 +45,8 @@
45
45
  "typecheck": "yarn run -BT nx typecheck"
46
46
  },
47
47
  "dependencies": {
48
- "@typescript-eslint/typescript-estree": "8.33.2-alpha.2",
49
- "@typescript-eslint/utils": "8.33.2-alpha.2",
48
+ "@typescript-eslint/typescript-estree": "8.33.2-alpha.4",
49
+ "@typescript-eslint/utils": "8.33.2-alpha.4",
50
50
  "debug": "^4.3.4",
51
51
  "ts-api-utils": "^2.1.0"
52
52
  },
@@ -55,7 +55,7 @@
55
55
  "typescript": ">=4.8.4 <5.9.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@typescript-eslint/parser": "8.33.2-alpha.2",
58
+ "@typescript-eslint/parser": "8.33.2-alpha.4",
59
59
  "@vitest/coverage-v8": "^3.1.3",
60
60
  "ajv": "^6.12.6",
61
61
  "eslint": "*",