Searched refs:tsconfigFile (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | conditionCheck.ts | 35 const tsconfigFile: File = { constant 58 const projectFiles = [aUser, bUser, cUser, tsconfigFile]; constant 88 const project = projectService.configuredProjects.get(tsconfigFile.path)!;
|
D | jsDocTagCheck.ts | 29 const tsconfigFile: File = { constant 52 const projectFiles = [aUser, bUser, tsconfigFile]; constant 89 const project = projectService.configuredProjects.get(tsconfigFile.path)!;
|
D | cachingFileSystemInformation.ts | 276 const tsconfigFile: File = { constant 298 const projectFiles = [clientFile, anotherModuleFile, moduleFile, tsconfigFile]; constant 307 const project = projectService.configuredProjects.get(tsconfigFile.path)!; 329 assert.strictEqual(projectService.configuredProjects.get(tsconfigFile.path), project); 355 const tsconfigFile: File = { constant 388 const projectFiles = [file1, file2, es2016LibFile, tsconfigFile]; constant 391 const canonicalConfigPath = toCanonical(tsconfigFile.path); 393 … assert.equal(configFileName, tsconfigFile.path as server.NormalizedPath, `should find config`);
|
/third_party/typescript/src/testRunner/ |
D | rwcRunner.ts | 68 …const tsconfigFile = ts.forEach(ioLog.filesRead, f => vpath.isTsConfigFile(f.path) ? f : undefined… constant 69 if (tsconfigFile) { 70 const tsconfigFileContents = getHarnessCompilerInputUnit(tsconfigFile.path); 71 … tsconfigFiles.push({ unitName: tsconfigFile.path, content: tsconfigFileContents.content }); 72 …const parsedTsconfigFileContents = ts.parseJsonText(tsconfigFile.path, tsconfigFileContents.conten… 79 …igFileContent(parsedTsconfigFileContents, configParseHost, ts.getDirectoryPath(tsconfigFile.path));
|
/third_party/typescript/src/testRunner/unittests/tscWatch/ |
D | programUpdates.ts | 1178 const tsconfigFile: File = { constant 1188 …return createWatchedSystem([aFile, bFile, libFile, tsconfigFile], { currentDirectory: projectRoot …
|
/third_party/typescript/src/server/ |
D | editorServices.ts | 3854 for (const tsconfigFile of tsConfigFiles) { constant 3855 let project = this.findConfiguredProjectByProjectName(tsconfigFile); 3859 …this.createConfiguredProjectWithDelayLoad(tsconfigFile, `Creating configured project in external p… 3860 …this.createLoadAndUpdateConfiguredProject(tsconfigFile, `Creating configured project in external p… 3862 if (project && !contains(exisingConfigFiles, tsconfigFile)) {
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 159011 var tsconfigFile = tsConfigFiles_1[_b]; 159012 var project = this.findConfiguredProjectByProjectName(tsconfigFile); 159016 …this.createConfiguredProjectWithDelayLoad(tsconfigFile, "Creating configured project in external p… 159017 …this.createLoadAndUpdateConfiguredProject(tsconfigFile, "Creating configured project in external p… 159019 if (project && !ts.contains(exisingConfigFiles, tsconfigFile)) {
|
D | tsserver.js | 158817 var tsconfigFile = tsConfigFiles_1[_b]; 158818 var project = this.findConfiguredProjectByProjectName(tsconfigFile); 158822 …this.createConfiguredProjectWithDelayLoad(tsconfigFile, "Creating configured project in external p… 158823 …this.createLoadAndUpdateConfiguredProject(tsconfigFile, "Creating configured project in external p… 158825 if (project && !ts.contains(exisingConfigFiles, tsconfigFile)) {
|