Searched refs:normalizedFileName (Results 1 – 9 of 9) sorted by relevance
/third_party/typescript/src/jsTyping/ |
D | jsTyping.ts | 257 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/ |
D | shims.ts | 1239 const normalizedFileName = normalizeSlashes(fileName); constant 1240 …eContent(result, this.host, getDirectoryPath(normalizedFileName), /*existingOptions*/ {}, normaliz…
|
D | services.ts | 1700 const normalizedFileName = normalizePath(fileName); constant 1701 Debug.assert(filesToSearch.some(f => normalizePath(f) === normalizedFileName));
|
/third_party/typescript/src/server/ |
D | session.ts | 2317 const normalizedFileName = toNormalizedPath(fileName); constant 2318 const project = this.projectService.ensureDefaultProjectForFile(normalizedFileName);
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 115350 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);
|
D | tsserver.js | 149825 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);
|
D | typescriptServices.js | 115350 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…
|
D | typescript.js | 115350 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…
|
D | typingsInstaller.js | 115145 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));
|