Home
last modified time | relevance | path

Searched defs:resolvedFile (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/
DsuggestionDiagnostics.ts41 const resolvedFile = module && program.getSourceFile(module.resolvedFileName); constant
/third_party/typescript/src/compiler/
Dprogram.ts1751 …const resolvedFile = resolutionToFile && oldProgram!.getSourceFile(resolutionToFile.resolvedFileNa… constant