Home
last modified time | relevance | path

Searched refs:normalizedPathToPath (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/server/
DutilitiesPublic.ts66 …export function normalizedPathToPath(normalizedPath: NormalizedPath, currentDirectory: string, get… function
DeditorServices.ts1404 …const canonicalConfigPath = normalizedPathToPath(configFileName, this.currentDirectory, this.toCan…
1863 …const canonicalSearchPath = normalizedPathToPath(searchPath, this.currentDirectory, this.toCanonic…
2194 … path = normalizedPathToPath(fileName, this.currentDirectory, this.toCanonicalFileName);
2621 const path = normalizedPathToPath(fileName, currentDirectory, this.toCanonicalFileName);
2660 …this.getScriptInfoForPath(normalizedPathToPath(fileName, this.currentDirectory, this.toCanonicalFi…
/third_party/typescript/lib/
Dtsserverlibrary.d.ts6565 …function normalizedPathToPath(normalizedPath: NormalizedPath, currentDirectory: string, getCanonic…
Dtsserverlibrary.js152842 function normalizedPathToPath(normalizedPath, currentDirectory, getCanonicalFileName) { function
152846 server.normalizedPathToPath = normalizedPathToPath;
156828 …var canonicalConfigPath = server.normalizedPathToPath(configFileName, this.currentDirectory, this.…
157223 …var canonicalSearchPath = server.normalizedPathToPath(searchPath, this.currentDirectory, this.toCa…
157507 … path = server.normalizedPathToPath(fileName, this.currentDirectory, this.toCanonicalFileName);
157891 … var path = server.normalizedPathToPath(fileName, currentDirectory, this.toCanonicalFileName);
157929 …this.getScriptInfoForPath(server.normalizedPathToPath(fileName, this.currentDirectory, this.toCano…
Dtsserver.js152648 function normalizedPathToPath(normalizedPath, currentDirectory, getCanonicalFileName) { function
152652 server.normalizedPathToPath = normalizedPathToPath;
156634 …var canonicalConfigPath = server.normalizedPathToPath(configFileName, this.currentDirectory, this.…
157029 …var canonicalSearchPath = server.normalizedPathToPath(searchPath, this.currentDirectory, this.toCa…
157313 … path = server.normalizedPathToPath(fileName, this.currentDirectory, this.toCanonicalFileName);
157697 … var path = server.normalizedPathToPath(fileName, currentDirectory, this.toCanonicalFileName);
157735 …this.getScriptInfoForPath(server.normalizedPathToPath(fileName, this.currentDirectory, this.toCano…
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts6636 …function normalizedPathToPath(normalizedPath: NormalizedPath, currentDirectory: string, getCanonic…