(state, message)
| 125467 | state.host.reportSolutionBuilderStatus(ts.createCompilerDiagnostic.apply(void 0, __spreadArray([message], args, false))); |
| 125468 | } |
| 125469 | function reportWatchStatus(state, message) { |
| 125470 | var _a, _b; |
| 125471 | var args = []; |
| 125472 | for (var _i = 2; _i < arguments.length; _i++) { |
| 125473 | args[_i - 2] = arguments[_i]; |
| 125474 | } |
| 125475 | (_b = (_a = state.hostWithWatch).onWatchStatusChange) === null || _b === void 0 ? void 0 : _b.call(_a, ts.createCompilerDiagnostic.apply(void 0, __spreadArray([message], args, false)), state.host.getNewLine(), state.baseCompilerOptions); |
| 125476 | } |
| 125477 | function reportErrors(_a, errors) { |
| 125478 | var host = _a.host; |
| 125479 | errors.forEach(function (err) { return host.reportDiagnostic(err); }); |
no test coverage detected