(emitFileName, diag)
| 119198 | return !!props.length; |
| 119199 | } |
| 119200 | function blockEmittingOfFile(emitFileName, diag) { |
| 119201 | hasEmitBlockingDiagnostics.set(toPath(emitFileName), true); |
| 119202 | programDiagnostics.add(diag); |
| 119203 | } |
| 119204 | function isEmittedFile(file) { |
| 119205 | if (options.noEmit) { |
| 119206 | return false; |
no test coverage detected
searching dependent graphs…