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

Function reportStatus

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

Source from the content-addressed store, hash-verified

125460 return ts.convertToRelativePath(path, state.currentDirectory, function (f) { return state.getCanonicalFileName(f); });
125461 }
125462 function reportStatus(state, message) {
125463 var args = [];
125464 for (var _i = 2; _i < arguments.length; _i++) {
125465 args[_i - 2] = arguments[_i];
125466 }
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 = [];

Callers 8

createProgramFunction · 0.85
emitBundleFunction · 0.85
updateOutputTimestampsFunction · 0.85
cleanFunction · 0.85
reportBuildQueueFunction · 0.85
reportUpToDateStatusFunction · 0.85

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected