Searched refs:toNormalizedPath (Results 1 – 11 of 11) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | formatSettings.ts | 19 const s1 = projectService.getFormatCodeOptions(server.toNormalizedPath(f1.path)); 27 const s2 = projectService.getFormatCodeOptions(server.toNormalizedPath(f1.path)); 35 const s3 = projectService.getFormatCodeOptions(server.toNormalizedPath(f1.path));
|
D | completionsIncomplete.ts | 167 …const project = projectService.getDefaultProjectForFile(server.toNormalizedPath(fileName), /*ensur… 239 …const project = projectService.getDefaultProjectForFile(server.toNormalizedPath(fileName), /*ensur…
|
D | configuredProjects.ts | 689 …const scriptInfo = projectService.getScriptInfoForNormalizedPath(server.toNormalizedPath(f.path))!; 706 …assert.isUndefined(projectService.getScriptInfoForNormalizedPath(server.toNormalizedPath(f.path))); 982 …assert.equal(service.tryGetDefaultProjectForFile(server.toNormalizedPath(fooDts)), service.configu…
|
D | dynamicFiles.ts | 170 …assert.strictEqual(projectService.ensureDefaultProjectForFile(server.toNormalizedPath(file.path)),…
|
/third_party/typescript/src/server/ |
D | editorServices.ts | 482 const configFileName = toNormalizedPath(possibleDefaultRef.sourceFile.fileName); 515 const configFileName = toNormalizedPath(ref.sourceFile.fileName); 542 const configFileName = toNormalizedPath(ref.sourceFile.fileName); 850 this.currentDirectory = toNormalizedPath(this.host.getCurrentDirectory()); 1154 …ProjectName(projectName) || this.findConfiguredProjectByProjectName(toNormalizedPath(projectName)); 2323 const fileName = toNormalizedPath(newRootFile); 2574 toNormalizedPath(uncheckedFileName), currentDirectory, /*scriptKind*/ undefined, 2580 return this.getScriptInfoForNormalizedPath(toNormalizedPath(uncheckedFileName)); 2585 const path = toNormalizedPath(uncheckedFileName); 3000 const info = this.getScriptInfoForNormalizedPath(toNormalizedPath(args.file)); [all …]
|
D | session.ts | 625 if (project.containsFile(toNormalizedPath(definition.fileName)) && 630 …if (generatedDefinition && project.containsFile(toNormalizedPath(generatedDefinition.fileName))) r… 632 …return sourceDefinition && project.containsFile(toNormalizedPath(sourceDefinition.fileName)) ? sou… 1189 const file = toNormalizedPath(args.file); 1330 !some(definitions, d => toNormalizedPath(d.fileName) !== file && !d.isAmbient) || 1339 ?.filter(d => toNormalizedPath(d.fileName) !== file); 1355 …const ambientCandidates = definitions.filter(d => toNormalizedPath(d.fileName) !== file && d.isAmb… 1426 ?.filter(d => toNormalizedPath(d.fileName) !== file && d.isAmbient) 1753 const file = toNormalizedPath(args.file); 1798 const file = toNormalizedPath(args.file); [all …]
|
D | utilitiesPublic.ts | 62 export function toNormalizedPath(fileName: string): NormalizedPath { function
|
D | project.ts | 1592 fileName: toNormalizedPath(f), 1645 fileName: toNormalizedPath(f), 1927 …(_, fileName) => this.projectService.tryGetDefaultProjectForFile(toNormalizedPath(fileName)) === t… 1948 rootFileNames.map(toNormalizedPath),
|
/third_party/typescript/src/harness/ |
D | harnessLanguageService.ts | 985 …SnapshotText(this.projectService.getDefaultProjectForFile(ts.server.toNormalizedPath(fileName), /*…
|
/third_party/typescript/lib/ |
D | tsserverlibrary.d.ts | 7492 function toNormalizedPath(fileName: string): NormalizedPath; function
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 7492 function toNormalizedPath(fileName: string): NormalizedPath; function
|