(state)
| 120290 | } |
| 120291 | } |
| 120292 | function clearAffectedFilesPendingEmit(state) { |
| 120293 | state.affectedFilesPendingEmit = undefined; |
| 120294 | state.affectedFilesPendingEmitKind = undefined; |
| 120295 | state.affectedFilesPendingEmitIndex = undefined; |
| 120296 | } |
| 120297 | /** |
| 120298 | * Returns next file to be emitted from files that retrieved semantic diagnostics but did not emit yet |
| 120299 | */ |
no outgoing calls
no test coverage detected