Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts2474 …const sourceFileWithAddedExtension = forEach(supportedExtensions, extension => getSourceFile(fileN… constant
2475 …if (fail && !sourceFileWithAddedExtension) fail(Diagnostics.Could_not_resolve_the_path_0_with_the_…
2476 return sourceFileWithAddedExtension;
/third_party/typescript/lib/
Dtsc.js88893 …var sourceFileWithAddedExtension = ts.forEach(supportedExtensions, function (extension) { return g…
88894 if (fail && !sourceFileWithAddedExtension)
88896 return sourceFileWithAddedExtension;
DtypingsInstaller.js108171 …var sourceFileWithAddedExtension = ts.forEach(supportedExtensions, function (extension) { return g…
108172 if (fail && !sourceFileWithAddedExtension)
108174 return sourceFileWithAddedExtension;
Dtypescript.js108376 …var sourceFileWithAddedExtension = ts.forEach(supportedExtensions, function (extension) { return g…
108377 if (fail && !sourceFileWithAddedExtension)
108379 return sourceFileWithAddedExtension;
DtypescriptServices.js108376 …var sourceFileWithAddedExtension = ts.forEach(supportedExtensions, function (extension) { return g…
108377 if (fail && !sourceFileWithAddedExtension)
108379 return sourceFileWithAddedExtension;
Dtsserverlibrary.js108376 …var sourceFileWithAddedExtension = ts.forEach(supportedExtensions, function (extension) { return g…
108377 if (fail && !sourceFileWithAddedExtension)
108379 return sourceFileWithAddedExtension;
Dtsserver.js108182 …var sourceFileWithAddedExtension = ts.forEach(supportedExtensions, function (extension) { return g…
108183 if (fail && !sourceFileWithAddedExtension)
108185 return sourceFileWithAddedExtension;