Home
last modified time | relevance | path

Searched refs:getErrorSummaryText (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsbuild/
DpublicApi.ts55 …(errorCount, filesInError) => sys.write(getErrorSummaryText(errorCount, filesInError, sys.newLine,…
/third_party/typescript/src/compiler/
Dwatch.ts147 export function getErrorSummaryText( function
815 … input.options.pretty ? (errorCount, filesInError) => system.write(getErrorSummaryText(errorCount,…
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts785 …(errorCount, filesInError) => sys.write(getErrorSummaryText(errorCount, filesInError, sys.newLine,…
/third_party/typescript/src/harness/
DharnessIO.ts550 …outputLines += ts.getErrorSummaryText(ts.getErrorCountForSummary(diagnostics), ts.getFilesInErrorF…
/third_party/typescript/lib/
Dtsc.js106505 function getErrorSummaryText(errorCount, filesInError, newLine, host) { function
106524 ts.getErrorSummaryText = getErrorSummaryText;
106965 …pretty ? function (errorCount, filesInError) { return system.write(getErrorSummaryText(errorCount,…
109954 …function (errorCount, filesInError) { return sys.write(ts.getErrorSummaryText(errorCount, filesInE…
DtypingsInstaller.js128140 function getErrorSummaryText(errorCount, filesInError, newLine, host) { function
128159 ts.getErrorSummaryText = getErrorSummaryText;
128640 …pretty ? function (errorCount, filesInError) { return system.write(getErrorSummaryText(errorCount,…