Searched refs:getErrorSummaryText (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | publicApi.ts | 55 …(errorCount, filesInError) => sys.write(getErrorSummaryText(errorCount, filesInError, sys.newLine,…
|
/third_party/typescript/src/compiler/ |
D | watch.ts | 147 export function getErrorSummaryText( function 815 … input.options.pretty ? (errorCount, filesInError) => system.write(getErrorSummaryText(errorCount,…
|
/third_party/typescript/src/executeCommandLine/ |
D | executeCommandLine.ts | 785 …(errorCount, filesInError) => sys.write(getErrorSummaryText(errorCount, filesInError, sys.newLine,…
|
/third_party/typescript/src/harness/ |
D | harnessIO.ts | 550 …outputLines += ts.getErrorSummaryText(ts.getErrorCountForSummary(diagnostics), ts.getFilesInErrorF…
|
/third_party/typescript/lib/ |
D | tsc.js | 106505 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…
|
D | typingsInstaller.js | 128140 function getErrorSummaryText(errorCount, filesInError, newLine, host) { function 128159 ts.getErrorSummaryText = getErrorSummaryText; 128640 …pretty ? function (errorCount, filesInError) { return system.write(getErrorSummaryText(errorCount,…
|