MCPcopy Index your code
hub / github.com/nodejs/node / reportWatchStatus

Function reportWatchStatus

test/fixtures/snapshot/typescript.js:125469–125476  ·  view source on GitHub ↗
(state, message)

Source from the content-addressed store, hash-verified

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); });

Callers 3

setupInitialBuildFunction · 0.85
reportErrorSummaryFunction · 0.85

Calls 2

callMethod · 0.45
applyMethod · 0.45

Tested by

no test coverage detected