@typescript-eslint/typescript-estree
Advanced tools
Comparing version 8.19.2-alpha.12 to 8.20.0
@@ -44,3 +44,3 @@ "use strict"; | ||
const shared_1 = require("./shared"); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:createIsolatedProgram'); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:create-program:createIsolatedProgram'); | ||
/** | ||
@@ -47,0 +47,0 @@ * @returns Returns a new source file and program corresponding to the linted code |
@@ -11,3 +11,3 @@ "use strict"; | ||
const shared_1 = require("./shared"); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:createProjectProgram'); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:create-program:createProjectProgram'); | ||
/** | ||
@@ -14,0 +14,0 @@ * @param parseSettings Internal settings for parsing the file |
@@ -11,3 +11,3 @@ "use strict"; | ||
const DEFAULT_PROJECT_MATCHED_FILES_THRESHOLD = 8; | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:createProjectService'); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:create-program:createProjectService'); | ||
const logTsserverErr = (0, debug_1.default)('typescript-eslint:typescript-estree:tsserver:err'); | ||
@@ -14,0 +14,0 @@ const logTsserverInfo = (0, debug_1.default)('typescript-eslint:typescript-estree:tsserver:info'); |
@@ -45,3 +45,3 @@ "use strict"; | ||
const getScriptKind_1 = require("./getScriptKind"); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:createSourceFile'); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:create-program:createSourceFile'); | ||
function createSourceFile(parseSettings) { | ||
@@ -48,0 +48,0 @@ log('Getting AST without type information in %s mode for: %s', parseSettings.jsx ? 'TSX' : 'TS', parseSettings.filePath); |
@@ -46,3 +46,3 @@ "use strict"; | ||
const shared_1 = require("./shared"); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:createWatchProgram'); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:create-program:getWatchProgramsForProjects'); | ||
/** | ||
@@ -49,0 +49,0 @@ * Maps tsconfig paths to their corresponding file contents and resulting watches |
@@ -46,3 +46,3 @@ "use strict"; | ||
const shared_1 = require("./shared"); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:useProvidedProgram'); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:create-program:useProvidedPrograms'); | ||
function useProvidedPrograms(programInstances, parseSettings) { | ||
@@ -49,0 +49,0 @@ log('Retrieving ast for %s from provided program instance(s)', parseSettings.filePath); |
@@ -53,3 +53,3 @@ "use strict"; | ||
const warnAboutTSVersion_1 = require("./warnAboutTSVersion"); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:parser:parseSettings:createParseSettings'); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:parseSettings:createParseSettings'); | ||
let TSCONFIG_MATCH_CACHE; | ||
@@ -56,0 +56,0 @@ let TSSERVER_PROJECT_SERVICE = null; |
@@ -43,3 +43,3 @@ "use strict"; | ||
const path = __importStar(require("node:path")); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:getProjectConfigFiles'); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:parseSettings:getProjectConfigFiles'); | ||
/** | ||
@@ -46,0 +46,0 @@ * Checks for a matching TSConfig to a file including its parent directories, |
@@ -14,3 +14,3 @@ "use strict"; | ||
const ExpiringCache_1 = require("./ExpiringCache"); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:parser:parseSettings:resolveProjectList'); | ||
const log = (0, debug_1.default)('typescript-eslint:typescript-estree:parseSettings:resolveProjectList'); | ||
let RESOLUTION_CACHE = null; | ||
@@ -17,0 +17,0 @@ function clearGlobCache() { |
{ | ||
"name": "@typescript-eslint/typescript-estree", | ||
"version": "8.19.2-alpha.12", | ||
"version": "8.20.0", | ||
"description": "A parser that converts TypeScript source code into an ESTree compatible form", | ||
@@ -57,4 +57,4 @@ "files": [ | ||
"dependencies": { | ||
"@typescript-eslint/types": "8.19.2-alpha.12", | ||
"@typescript-eslint/visitor-keys": "8.19.2-alpha.12", | ||
"@typescript-eslint/types": "8.20.0", | ||
"@typescript-eslint/visitor-keys": "8.20.0", | ||
"debug": "^4.3.4", | ||
@@ -61,0 +61,0 @@ "fast-glob": "^3.3.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
593645
0
7
+ Added@typescript-eslint/types@8.20.0(transitive)
+ Added@typescript-eslint/visitor-keys@8.20.0(transitive)
- Removed@typescript-eslint/types@8.19.2-alpha.12(transitive)
- Removed@typescript-eslint/visitor-keys@8.19.2-alpha.12(transitive)