Home
last modified time | relevance | path

Searched refs:sourceFileWithAddedExtension (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts2840 …const sourceFileWithAddedExtension = forEach(supportedExtensions[0], extension => getSourceFile(fi… constant
2841 …if (fail && !sourceFileWithAddedExtension) fail(Diagnostics.Could_not_resolve_the_path_0_with_the_…
2842 return sourceFileWithAddedExtension;
/third_party/typescript/lib/
DtypingsInstaller.js123115 …var sourceFileWithAddedExtension = ts.forEach(supportedExtensions[0], function (extension) { retur…
123116 if (fail && !sourceFileWithAddedExtension)
123118 return sourceFileWithAddedExtension;
Dtsc.js102173 …var sourceFileWithAddedExtension = ts.forEach(supportedExtensions[0], function (extension) { retur…
102174 if (fail && !sourceFileWithAddedExtension)
102176 return sourceFileWithAddedExtension;