Searched refs:asNormalizedPath (Results 1 – 7 of 7) sorted by relevance
21 … 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…
1584 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");
1000 (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());
71 export function asNormalizedPath(fileName: string): NormalizedPath { function
1856 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()));
7494 function asNormalizedPath(fileName: string): NormalizedPath;