Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts3254 const existingFile = filesByNameIgnoreCase!.get(pathLowerCase); constant
3460 const existingFile = getSourceFile(previousResolution.resolvedFileName!)!; constant
/third_party/typescript/lib/
Dtsc.js106677 function reportFileNamesDifferOnlyInCasingError(fileName, existingFile, reason) { argument