Searched refs:normalizedPathToPath (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/src/server/ |
D | utilitiesPublic.ts | 66 …export function normalizedPathToPath(normalizedPath: NormalizedPath, currentDirectory: string, get… function
|
D | editorServices.ts | 1404 …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/ |
D | tsserverlibrary.d.ts | 6565 …function normalizedPathToPath(normalizedPath: NormalizedPath, currentDirectory: string, getCanonic…
|
D | tsserverlibrary.js | 152842 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…
|
D | tsserver.js | 152648 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/ |
D | tsserverlibrary.d.ts | 6636 …function normalizedPathToPath(normalizedPath: NormalizedPath, currentDirectory: string, getCanonic…
|