Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DbuilderState.ts648 const seenFileNamesMap = new Map<Path, SourceFile>(); constant
Dbuilder.ts761 const seenFileNamesMap = new Map<Path, true>(); constant