@typescript-eslint/typescript-estree 8.67.1-alpha.13 → 8.67.1-alpha.14
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.
- package/dist/ast-converter.js +1 -0
- package/dist/check-modifiers.js +1 -0
- package/dist/check-syntax-errors.js +1 -0
- package/dist/clear-caches.js +1 -0
- package/dist/convert-comments.js +1 -0
- package/dist/convert.js +1 -0
- package/dist/create-program/WatchCompilerHostOfConfigFile.js +1 -0
- package/dist/create-program/createIsolatedProgram.js +1 -0
- package/dist/create-program/createProjectProgram.js +1 -0
- package/dist/create-program/createProjectProgramError.js +1 -0
- package/dist/create-program/createSourceFile.js +1 -0
- package/dist/create-program/describeFilePath.js +1 -0
- package/dist/create-program/getScriptKind.js +1 -0
- package/dist/create-program/getWatchProgramsForProjects.js +1 -0
- package/dist/create-program/shared.js +1 -0
- package/dist/create-program/useProvidedPrograms.js +1 -0
- package/dist/create-program/validateDefaultProjectForFilesGlob.js +1 -0
- package/dist/createParserServices.js +1 -0
- package/dist/getImportClausePhaseModifier.js +1 -0
- package/dist/getModifiers.js +1 -0
- package/dist/index.js +1 -0
- package/dist/jsx/xhtml-entities.js +1 -0
- package/dist/node-utils.js +1 -0
- package/dist/parseSettings/ExpiringCache.js +1 -0
- package/dist/parseSettings/candidateTSConfigRootDirs.js +1 -0
- package/dist/parseSettings/createParseSettings.js +1 -0
- package/dist/parseSettings/getProjectConfigFiles.js +1 -0
- package/dist/parseSettings/index.js +1 -0
- package/dist/parseSettings/inferSingleRun.js +1 -0
- package/dist/parseSettings/resolveProjectList.js +1 -0
- package/dist/parseSettings/warnAboutTSVersion.js +1 -0
- package/dist/parser-options.js +1 -0
- package/dist/parser.js +1 -0
- package/dist/semantic-or-syntactic-errors.js +1 -0
- package/dist/simple-traverse.js +1 -0
- package/dist/source-files.js +1 -0
- package/dist/ts-estree/estree-to-ts-node-types.js +1 -0
- package/dist/ts-estree/index.js +1 -0
- package/dist/ts-estree/ts-nodes.js +1 -0
- package/dist/use-at-your-own-risk.js +1 -0
- package/dist/useProgramFromProjectService.js +1 -0
- package/dist/version-check.js +1 -0
- package/dist/version.js +1 -0
- package/dist/withoutProjectParserOptions.js +1 -0
- package/package.json +7 -6
package/dist/ast-converter.js
CHANGED
package/dist/check-modifiers.js
CHANGED
package/dist/clear-caches.js
CHANGED
package/dist/convert-comments.js
CHANGED
package/dist/convert.js
CHANGED
|
@@ -378,3 +378,4 @@ function maybeInvalidateProgram(existingWatch, filePath, tsconfigPath) {
|
|
|
378
378
|
log('File was still not found in program after deletion check, assuming it is not part of this program. %s', filePath);
|
|
379
379
|
return null;
|
|
380
380
|
}
|
|
381
|
+
//# sourceMappingURL=getWatchProgramsForProjects.js.map
|
package/dist/getModifiers.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -39,3 +39,4 @@ var version_1 = require("./version");
|
|
|
39
39
|
Object.defineProperty(exports, "version", { enumerable: true, get: function () { return version_1.version; } });
|
|
40
40
|
var withoutProjectParserOptions_1 = require("./withoutProjectParserOptions");
|
|
41
41
|
Object.defineProperty(exports, "withoutProjectParserOptions", { enumerable: true, get: function () { return withoutProjectParserOptions_1.withoutProjectParserOptions; } });
|
|
42
|
+
//# sourceMappingURL=index.js.map
|
package/dist/node-utils.js
CHANGED
|
@@ -80,3 +80,4 @@ function getProjectConfigFiles(parseSettings, project) {
|
|
|
80
80
|
directory.length >= parseSettings.tsconfigRootDir.length);
|
|
81
81
|
throw new Error(`project was set to \`true\` but couldn't find any tsconfig.json relative to '${parseSettings.filePath}' within '${parseSettings.tsconfigRootDir}'.`);
|
|
82
82
|
}
|
|
83
|
+
//# sourceMappingURL=getProjectConfigFiles.js.map
|
package/dist/parser-options.js
CHANGED
package/dist/parser.js
CHANGED
package/dist/simple-traverse.js
CHANGED
package/dist/source-files.js
CHANGED
package/dist/ts-estree/index.js
CHANGED
|
@@ -22,3 +22,4 @@ var types_1 = require("@typescript-eslint/types");
|
|
|
22
22
|
Object.defineProperty(exports, "AST_NODE_TYPES", { enumerable: true, get: function () { return types_1.AST_NODE_TYPES; } });
|
|
23
23
|
Object.defineProperty(exports, "AST_TOKEN_TYPES", { enumerable: true, get: function () { return types_1.AST_TOKEN_TYPES; } });
|
|
24
24
|
Object.defineProperty(exports, "TSESTree", { enumerable: true, get: function () { return types_1.TSESTree; } });
|
|
25
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -27,3 +27,4 @@ Object.defineProperty(exports, "typescriptVersionIsAtLeast", { enumerable: true,
|
|
|
27
27
|
// required by packages/type-utils
|
|
28
28
|
var shared_1 = require("./create-program/shared");
|
|
29
29
|
Object.defineProperty(exports, "getCanonicalFileName", { enumerable: true, get: function () { return shared_1.getCanonicalFileName; } });
|
|
30
|
+
//# sourceMappingURL=use-at-your-own-risk.js.map
|
|
@@ -203,3 +203,4 @@ function absolutify(filePath, serviceAndSettings) {
|
|
|
203
203
|
function filePathMatchedBy(filePath, allowDefaultProject) {
|
|
204
204
|
return !!allowDefaultProject?.some(pattern => (0, minimatch_1.minimatch)(filePath, pattern, { dot: true }));
|
|
205
205
|
}
|
|
206
|
+
//# sourceMappingURL=useProgramFromProjectService.js.map
|
package/dist/version-check.js
CHANGED
package/dist/version.js
CHANGED
|
@@ -4,3 +4,4 @@ exports.version = void 0;
|
|
|
4
4
|
// note - cannot migrate this to an import statement because it will make TSC copy the package.json to the dist folder
|
|
5
5
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access
|
|
6
6
|
exports.version = require('../package.json').version;
|
|
7
|
+
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/typescript-estree",
|
|
3
|
-
"version": "8.67.1-alpha.
|
|
3
|
+
"version": "8.67.1-alpha.14",
|
|
4
4
|
"description": "A parser that converts TypeScript source code into an ESTree compatible form",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"!**/*.tsbuildinfo"
|
|
7
|
+
"!**/*.tsbuildinfo",
|
|
8
|
+
"!**/*.js.map"
|
|
8
9
|
],
|
|
9
10
|
"type": "commonjs",
|
|
10
11
|
"exports": {
|
|
@@ -47,10 +48,10 @@
|
|
|
47
48
|
"semver": "^7.7.3",
|
|
48
49
|
"tinyglobby": "^0.2.15",
|
|
49
50
|
"ts-api-utils": "^2.5.0",
|
|
50
|
-
"@typescript-eslint/project-service": "8.67.1-alpha.
|
|
51
|
-
"@typescript-eslint/
|
|
52
|
-
"@typescript-eslint/
|
|
53
|
-
"@typescript-eslint/visitor-keys": "8.67.1-alpha.
|
|
51
|
+
"@typescript-eslint/project-service": "8.67.1-alpha.14",
|
|
52
|
+
"@typescript-eslint/tsconfig-utils": "8.67.1-alpha.14",
|
|
53
|
+
"@typescript-eslint/types": "8.67.1-alpha.14",
|
|
54
|
+
"@typescript-eslint/visitor-keys": "8.67.1-alpha.14"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
57
|
"@typescript/native": "npm:typescript@^7.0.2",
|