Searched refs:normalizedFileName (Results 1 – 5 of 5) sorted by relevance
284 const normalizedFileName = normalizePath(manifestPath); constant285 … const result = readConfigFile(normalizedFileName, (path: string) => host.readFile(path));295 … const absolutePath = getNormalizedAbsolutePath(ownTypes, getDirectoryPath(normalizedFileName));
1249 const normalizedFileName = normalizeSlashes(fileName); constant1250 …eContent(result, this.host, getDirectoryPath(normalizedFileName), /*existingOptions*/ {}, normaliz…
1833 const normalizedFileName = normalizePath(fileName); constant1834 Debug.assert(filesToSearch.some(f => normalizePath(f) === normalizedFileName));
2726 const normalizedFileName = toNormalizedPath(fileName); constant2727 const project = this.projectService.ensureDefaultProjectForFile(normalizedFileName);
131522 var normalizedFileName = ts.normalizePath(manifestPath_1);131523 …var result_1 = ts.readConfigFile(normalizedFileName, function (path) { return host.readFile(path);…131532 …var absolutePath = ts.getNormalizedAbsolutePath(ownTypes, ts.getDirectoryPath(normalizedFileName));