Home
last modified time | relevance | path

Searched refs:getWatchErrorSummaryDiagnosticMessage (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/compiler/
Dwatch.ts132 export function getWatchErrorSummaryDiagnosticMessage(errorCount: number) { function
727 … createCompilerDiagnostic(getWatchErrorSummaryDiagnosticMessage(errorCount), errorCount),
DtsbuildPublic.ts2341 … reportWatchStatus(state, getWatchErrorSummaryDiagnosticMessage(totalErrors), totalErrors);
/third_party/typescript/src/testRunner/unittests/tscWatch/
DwatchApi.ts461 …createCompilerDiagnostic(getWatchErrorSummaryDiagnosticMessage(diagnostics.length), diagnostics.le…
/third_party/typescript/lib/
DtypingsInstaller.js128127 function getWatchErrorSummaryDiagnosticMessage(errorCount) { function
128132 ts.getWatchErrorSummaryDiagnosticMessage = getWatchErrorSummaryDiagnosticMessage;
128597 …rn result.onWatchStatusChange(ts.createCompilerDiagnostic(getWatchErrorSummaryDiagnosticMessage(er…
131164 … reportWatchStatus(state, ts.getWatchErrorSummaryDiagnosticMessage(totalErrors), totalErrors);
Dtsc.js106492 function getWatchErrorSummaryDiagnosticMessage(errorCount) { function
106497 ts.getWatchErrorSummaryDiagnosticMessage = getWatchErrorSummaryDiagnosticMessage;
106931 …rn result.onWatchStatusChange(ts.createCompilerDiagnostic(getWatchErrorSummaryDiagnosticMessage(er…
109311 … reportWatchStatus(state, ts.getWatchErrorSummaryDiagnosticMessage(totalErrors), totalErrors);