Home
last modified time | relevance | path

Searched refs:asNormalizedPath (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DtextStorage.ts21 … const ts1 = new server.TextStorage(host, getDummyScriptInfo(server.asNormalizedPath(f.path)));
22 … const ts2 = new server.TextStorage(host, getDummyScriptInfo(server.asNormalizedPath(f.path)));
56 … const ts1 = new server.TextStorage(host, getDummyScriptInfo(server.asNormalizedPath(f.path)));
74 … const ts1 = new server.TextStorage(host, getDummyScriptInfo(server.asNormalizedPath(f.path)));
82 … const ts1 = new server.TextStorage(host, getDummyScriptInfo(server.asNormalizedPath(f.path)));
93 … const ts1 = new server.TextStorage(host, getDummyScriptInfo(server.asNormalizedPath(f.path)));
133 …const ts1 = new server.TextStorage(host, getDummyScriptInfo(server.asNormalizedPath(changingFile.p…
Dprojects.ts1584 const rootFilePath = server.asNormalizedPath("/project/index.ts");
1585 const rootProjectPath = server.asNormalizedPath("/project/tsconfig.json");
1586 … const nodeModulesFilePath1 = server.asNormalizedPath("/project/node_modules/@types/a/index.d.ts");
1587 …const nodeModulesProjectPath1 = server.asNormalizedPath("/project/node_modules/@types/a/tsconfig.j…
1588 … const nodeModulesFilePath2 = server.asNormalizedPath("/project/node_modules/@types/b/index.d.ts");
/third_party/typescript/src/server/
Dproject.ts1000 (rootFiles || (rootFiles = [])).push(asNormalizedPath(defaultLibrary));
1010 result.push(asNormalizedPath(f.fileName));
1015 result.push(asNormalizedPath(configFile.fileName));
1018 result.push(asNormalizedPath(f));
1038 if (configFilePath === asNormalizedPath(configFile.fileName)) {
1043 if (configFilePath === asNormalizedPath(f)) {
2497 const configFileName = asNormalizedPath(normalizePath(fileName));
2498 …const canonicalConfigFilePath = asNormalizedPath(this.projectService.toCanonicalFileName(configFil…
2515 …this.releaseParsedConfig(asNormalizedPath(this.projectService.toCanonicalFileName(asNormalizedPath
2561 return asNormalizedPath(this.getProjectName());
DutilitiesPublic.ts71 export function asNormalizedPath(fileName: string): NormalizedPath { function
DeditorServices.ts1856 let searchPath = asNormalizedPath(getDirectoryPath(info.fileName));
1866 … const tsconfigFileName = asNormalizedPath(combinePaths(searchPath, "tsconfig.json"));
1870 … const jsconfigFileName = asNormalizedPath(combinePaths(searchPath, "jsconfig.json"));
1882 const parentPath = asNormalizedPath(getDirectoryPath(searchPath));
1958 … const canonicalConfigFilePath = asNormalizedPath(this.toCanonicalFileName(configFileName));
2084 … const canonicalConfigFilePath = asNormalizedPath(this.toCanonicalFileName(configFileName));
2144 const configFilename = asNormalizedPath(normalizePath(project.getConfigFilePath()));
/third_party/typescript/lib/
Dtsserverlibrary.d.ts7494 function asNormalizedPath(fileName: string): NormalizedPath;
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts7494 function asNormalizedPath(fileName: string): NormalizedPath;