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

Function getWatchErrorSummaryDiagnosticMessage

test/fixtures/snapshot/typescript.js:122799–122803  ·  view source on GitHub ↗
(errorCount)

Source from the content-addressed store, hash-verified

122797 }
122798 ts.getFilesInErrorForSummary = getFilesInErrorForSummary;
122799 function getWatchErrorSummaryDiagnosticMessage(errorCount) {
122800 return errorCount === 1 ?
122801 ts.Diagnostics.Found_1_error_Watching_for_file_changes :
122802 ts.Diagnostics.Found_0_errors_Watching_for_file_changes;
122803 }
122804 ts.getWatchErrorSummaryDiagnosticMessage = getWatchErrorSummaryDiagnosticMessage;
122805 function prettyPathForFileError(error, cwd) {
122806 var line = ts.formatColorAndReset(":" + error.line, ts.ForegroundColorEscapeSequences.Grey);

Callers 1

createWatchCompilerHostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected