(fragment: DomainFragment)
| 152 | const seenDiagnostics = new Set<string>(); |
| 153 | |
| 154 | function accept(fragment: DomainFragment): void { |
| 155 | onEvent?.(fragment); |
| 156 | } |
| 157 | |
| 158 | function acceptDedupedDiagnostic( |
| 159 | fragment: CompilerDiagnosticFragment, |
no outgoing calls
no test coverage detected