(action)
| 124564 | return doneInvalidatedProject(state, projectPath); |
| 124565 | } |
| 124566 | function withProgramOrUndefined(action) { |
| 124567 | executeSteps(BuildStep.CreateProgram); |
| 124568 | return program && action(program); |
| 124569 | } |
| 124570 | function withProgramOrEmptyArray(action) { |
| 124571 | return withProgramOrUndefined(action) || ts.emptyArray; |
| 124572 | } |
no test coverage detected
searching dependent graphs…