Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts1451 const resultFromDts = getRedirectReferenceForResolutionFromSourceOfProject(file.path); constant
1452 if (resultFromDts) return resultFromDts;
/third_party/typescript/lib/
DtypingsInstaller.js121896 var resultFromDts = getRedirectReferenceForResolutionFromSourceOfProject(file.path);
121897 if (resultFromDts)
121898 return resultFromDts;
Dtsc.js101138 var resultFromDts = getRedirectReferenceForResolutionFromSourceOfProject(file.path);
101139 if (resultFromDts)
101140 return resultFromDts;