@typescript-eslint/utils 8.42.1-alpha.0 → 8.42.1-alpha.10

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,3 +1,4 @@
1
1
  export { AST_NODE_TYPES, AST_TOKEN_TYPES, TSESTree, } from '@typescript-eslint/types';
2
+ export type { NodeWithParent } from '@typescript-eslint/types';
2
3
  export type { ParserServices, ParserServicesWithoutTypeInformation, ParserServicesWithTypeInformation, } from '@typescript-eslint/typescript-estree';
3
4
  //# sourceMappingURL=ts-estree.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ts-estree.d.ts","sourceRoot":"","sources":["../src/ts-estree.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,cAAc,EACd,eAAe,EACf,QAAQ,GACT,MAAM,0BAA0B,CAAC;AAElC,YAAY,EACV,cAAc,EACd,oCAAoC,EACpC,iCAAiC,GAClC,MAAM,sCAAsC,CAAC"}
1
+ {"version":3,"file":"ts-estree.d.ts","sourceRoot":"","sources":["../src/ts-estree.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,cAAc,EACd,eAAe,EACf,QAAQ,GACT,MAAM,0BAA0B,CAAC;AAClC,YAAY,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE/D,YAAY,EACV,cAAc,EACd,oCAAoC,EACpC,iCAAiC,GAClC,MAAM,sCAAsC,CAAC"}
package/dist/ts-estree.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
- // for convenience's sake - export the types directly from here so consumers
3
- // don't need to reference/install both packages in their code
4
2
  Object.defineProperty(exports, "__esModule", { value: true });
5
3
  exports.TSESTree = exports.AST_TOKEN_TYPES = exports.AST_NODE_TYPES = void 0;
4
+ // for convenience's sake - export the types directly from here so consumers
5
+ // don't need to reference/install both packages in their code
6
6
  var types_1 = require("@typescript-eslint/types");
7
7
  Object.defineProperty(exports, "AST_NODE_TYPES", { enumerable: true, get: function () { return types_1.AST_NODE_TYPES; } });
8
8
  Object.defineProperty(exports, "AST_TOKEN_TYPES", { enumerable: true, get: function () { return types_1.AST_TOKEN_TYPES; } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/utils",
3
- "version": "8.42.1-alpha.0",
3
+ "version": "8.42.1-alpha.10",
4
4
  "description": "Utilities for working with TypeScript + ESLint together",
5
5
  "files": [
6
6
  "dist",
@@ -62,9 +62,9 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@eslint-community/eslint-utils": "^4.7.0",
65
- "@typescript-eslint/scope-manager": "8.42.1-alpha.0",
66
- "@typescript-eslint/types": "8.42.1-alpha.0",
67
- "@typescript-eslint/typescript-estree": "8.42.1-alpha.0"
65
+ "@typescript-eslint/scope-manager": "8.42.1-alpha.10",
66
+ "@typescript-eslint/types": "8.42.1-alpha.10",
67
+ "@typescript-eslint/typescript-estree": "8.42.1-alpha.10"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "eslint": "^8.57.0 || ^9.0.0",