@typescript-eslint/utils 8.51.1-alpha.5 → 8.51.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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getParserServices = getParserServices;
|
|
4
4
|
const parserSeemsToBeTSESLint_1 = require("./parserSeemsToBeTSESLint");
|
|
5
|
-
const ERROR_MESSAGE_REQUIRES_PARSER_SERVICES = "You have used a rule which requires type information, but don't have parserOptions set to generate type information for this file. See https://
|
|
5
|
+
const ERROR_MESSAGE_REQUIRES_PARSER_SERVICES = "You have used a rule which requires type information, but don't have parserOptions set to generate type information for this file. See https://tseslint.com/typed-linting for enabling linting with type information.";
|
|
6
6
|
const ERROR_MESSAGE_UNKNOWN_PARSER = 'Note: detected a parser other than @typescript-eslint/parser. Make sure the parser is configured to forward "parserOptions.project" to @typescript-eslint/parser.';
|
|
7
7
|
function getParserServices(context, allowWithoutFullTypeInformation = false) {
|
|
8
8
|
const parser = context.parserPath || context.languageOptions.parser?.meta?.name;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/utils",
|
|
3
|
-
"version": "8.51.1-alpha.
|
|
3
|
+
"version": "8.51.1-alpha.6",
|
|
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.9.1",
|
|
65
|
-
"@typescript-eslint/scope-manager": "8.51.1-alpha.
|
|
66
|
-
"@typescript-eslint/types": "8.51.1-alpha.
|
|
67
|
-
"@typescript-eslint/typescript-estree": "8.51.1-alpha.
|
|
65
|
+
"@typescript-eslint/scope-manager": "8.51.1-alpha.6",
|
|
66
|
+
"@typescript-eslint/types": "8.51.1-alpha.6",
|
|
67
|
+
"@typescript-eslint/typescript-estree": "8.51.1-alpha.6"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"eslint": "^8.57.0 || ^9.0.0",
|