Home
last modified time | relevance | path

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

/third_party/typescript/src/jsTyping/
DjsTyping.ts257 const normalizedFileName = normalizePath(fileName); constant
258 const baseFileName = getBaseFileName(normalizedFileName);
262 … const result = readConfigFile(normalizedFileName, (path: string) => host.readFile(path));
280 … const absolutePath = getNormalizedAbsolutePath(ownTypes, getDirectoryPath(normalizedFileName));
/third_party/typescript/src/services/
Dshims.ts1239 const normalizedFileName = normalizeSlashes(fileName); constant
1240 …eContent(result, this.host, getDirectoryPath(normalizedFileName), /*existingOptions*/ {}, normaliz…
Dservices.ts1700 const normalizedFileName = normalizePath(fileName); constant
1701 Debug.assert(filesToSearch.some(f => normalizePath(f) === normalizedFileName));
/third_party/typescript/src/server/
Dsession.ts2317 const normalizedFileName = toNormalizedPath(fileName); constant
2318 const project = this.projectService.ensureDefaultProjectForFile(normalizedFileName);
/third_party/typescript/lib/
Dtsserverlibrary.js115350 var normalizedFileName = ts.normalizePath(fileName);
115351 var baseFileName = ts.getBaseFileName(normalizedFileName);
115355 …var result_1 = ts.readConfigFile(normalizedFileName, function (path) { return host.readFile(path);…
115371 …var absolutePath = ts.getNormalizedAbsolutePath(ownTypes, ts.getDirectoryPath(normalizedFileName));
150394 var normalizedFileName = ts.normalizePath(fileName);
150395 …ug.assert(filesToSearch.some(function (f) { return ts.normalizePath(f) === normalizedFileName; }));
152646 var normalizedFileName = ts.normalizeSlashes(fileName);
152647 …tent(result, _this.host, ts.getDirectoryPath(normalizedFileName), /*existingOptions*/ {}, normaliz…
161459 var normalizedFileName = server.toNormalizedPath(fileName);
161460 var project = this.projectService.ensureDefaultProjectForFile(normalizedFileName);
Dtsserver.js149825 var normalizedFileName = ts.normalizePath(fileName);
149826 …ug.assert(filesToSearch.some(function (f) { return ts.normalizePath(f) === normalizedFileName; }));
152077 var normalizedFileName = ts.normalizeSlashes(fileName);
152078 …tent(result, _this.host, ts.getDirectoryPath(normalizedFileName), /*existingOptions*/ {}, normaliz…
152484 var normalizedFileName = ts.normalizePath(fileName);
152485 var baseFileName = ts.getBaseFileName(normalizedFileName);
152489 …var result_1 = ts.readConfigFile(normalizedFileName, function (path) { return host.readFile(path);…
152505 …var absolutePath = ts.getNormalizedAbsolutePath(ownTypes, ts.getDirectoryPath(normalizedFileName));
161265 var normalizedFileName = server.toNormalizedPath(fileName);
161266 var project = this.projectService.ensureDefaultProjectForFile(normalizedFileName);
DtypescriptServices.js115350 var normalizedFileName = ts.normalizePath(fileName);
115351 var baseFileName = ts.getBaseFileName(normalizedFileName);
115355 …var result_1 = ts.readConfigFile(normalizedFileName, function (path) { return host.readFile(path);…
115371 …var absolutePath = ts.getNormalizedAbsolutePath(ownTypes, ts.getDirectoryPath(normalizedFileName));
150394 var normalizedFileName = ts.normalizePath(fileName);
150395 …ug.assert(filesToSearch.some(function (f) { return ts.normalizePath(f) === normalizedFileName; }));
152646 var normalizedFileName = ts.normalizeSlashes(fileName);
152647 …tent(result, _this.host, ts.getDirectoryPath(normalizedFileName), /*existingOptions*/ {}, normaliz…
Dtypescript.js115350 var normalizedFileName = ts.normalizePath(fileName);
115351 var baseFileName = ts.getBaseFileName(normalizedFileName);
115355 …var result_1 = ts.readConfigFile(normalizedFileName, function (path) { return host.readFile(path);…
115371 …var absolutePath = ts.getNormalizedAbsolutePath(ownTypes, ts.getDirectoryPath(normalizedFileName));
150394 var normalizedFileName = ts.normalizePath(fileName);
150395 …ug.assert(filesToSearch.some(function (f) { return ts.normalizePath(f) === normalizedFileName; }));
152646 var normalizedFileName = ts.normalizeSlashes(fileName);
152647 …tent(result, _this.host, ts.getDirectoryPath(normalizedFileName), /*existingOptions*/ {}, normaliz…
DtypingsInstaller.js115145 var normalizedFileName = ts.normalizePath(fileName);
115146 var baseFileName = ts.getBaseFileName(normalizedFileName);
115150 …var result_1 = ts.readConfigFile(normalizedFileName, function (path) { return host.readFile(path);…
115166 …var absolutePath = ts.getNormalizedAbsolutePath(ownTypes, ts.getDirectoryPath(normalizedFileName));