Home
last modified time | relevance | path

Searched refs:normalizedFileName (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/jsTyping/
DjsTyping.ts284 const normalizedFileName = normalizePath(manifestPath); constant
285 … const result = readConfigFile(normalizedFileName, (path: string) => host.readFile(path));
295 … const absolutePath = getNormalizedAbsolutePath(ownTypes, getDirectoryPath(normalizedFileName));
/third_party/typescript/src/services/
Dshims.ts1249 const normalizedFileName = normalizeSlashes(fileName); constant
1250 …eContent(result, this.host, getDirectoryPath(normalizedFileName), /*existingOptions*/ {}, normaliz…
Dservices.ts1833 const normalizedFileName = normalizePath(fileName); constant
1834 Debug.assert(filesToSearch.some(f => normalizePath(f) === normalizedFileName));
/third_party/typescript/src/server/
Dsession.ts2726 const normalizedFileName = toNormalizedPath(fileName); constant
2727 const project = this.projectService.ensureDefaultProjectForFile(normalizedFileName);
/third_party/typescript/lib/
DtypingsInstaller.js131522 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));