(action)
| 124568 | return program && action(program); |
| 124569 | } |
| 124570 | function withProgramOrEmptyArray(action) { |
| 124571 | return withProgramOrUndefined(action) || ts.emptyArray; |
| 124572 | } |
| 124573 | function createProgram() { |
| 124574 | var _a, _b; |
| 124575 | ts.Debug.assert(program === undefined); |
no test coverage detected
searching dependent graphs…