Searched defs:seenFileNamesMap (Results 1 – 2 of 2) sorted by relevance
| /third_party/typescript/src/compiler/ | ||
| D | builderState.ts | 648 const seenFileNamesMap = new Map<Path, SourceFile>(); constant |
| D | builder.ts | 761 const seenFileNamesMap = new Map<Path, true>(); constant |