Home
last modified time | relevance | path

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

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