Searched defs:existingFile (Results 1 – 2 of 2) sorted by relevance
3254 const existingFile = filesByNameIgnoreCase!.get(pathLowerCase); constant3460 const existingFile = getSourceFile(previousResolution.resolvedFileName!)!; constant
106677 function reportFileNamesDifferOnlyInCasingError(fileName, existingFile, reason) { argument