Home
last modified time | relevance | path

Searched refs:toNormalizedPath (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DformatSettings.ts19 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));
DcompletionsIncomplete.ts167 …const project = projectService.getDefaultProjectForFile(server.toNormalizedPath(fileName), /*ensur…
239 …const project = projectService.getDefaultProjectForFile(server.toNormalizedPath(fileName), /*ensur…
DconfiguredProjects.ts689 …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…
DdynamicFiles.ts170 …assert.strictEqual(projectService.ensureDefaultProjectForFile(server.toNormalizedPath(file.path)),…
/third_party/typescript/src/server/
DeditorServices.ts482 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 …]
Dsession.ts625 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 …]
DutilitiesPublic.ts62 export function toNormalizedPath(fileName: string): NormalizedPath { function
Dproject.ts1592 fileName: toNormalizedPath(f),
1645 fileName: toNormalizedPath(f),
1927 …(_, fileName) => this.projectService.tryGetDefaultProjectForFile(toNormalizedPath(fileName)) === t…
1948 rootFileNames.map(toNormalizedPath),
/third_party/typescript/src/harness/
DharnessLanguageService.ts985 …SnapshotText(this.projectService.getDefaultProjectForFile(ts.server.toNormalizedPath(fileName), /*…
/third_party/typescript/lib/
Dtsserverlibrary.d.ts7492 function toNormalizedPath(fileName: string): NormalizedPath; function
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts7492 function toNormalizedPath(fileName: string): NormalizedPath; function