(program)
| 115594 | } |
| 115595 | ts.isIgnoredFileFromWildCardWatching = isIgnoredFileFromWildCardWatching; |
| 115596 | function isBuilderProgram(program) { |
| 115597 | return !!program.getState; |
| 115598 | } |
| 115599 | function isEmittedFileOfProgram(program, file) { |
| 115600 | if (!program) { |
| 115601 | return false; |
no outgoing calls
no test coverage detected