Searched refs:filesInError (Results 1 – 11 of 11) sorted by relevance
/third_party/typescript/src/compiler/ |
D | watch.ts | 110 const filesInError = constant 117 return filesInError.map((fileName: string) => { 149 filesInError: readonly (ReportFileInError | undefined)[], 154 const nonNilFiles = filesInError.filter(fileInError => fileInError !== undefined); 162 filesInError[0] !== undefined ? 180 …function createTabularErrorsDisplay(filesInError: (ReportFileInError | undefined)[], host: HasCurr… 181 …const distinctFiles = filesInError.filter((value, index, self) => index === self.findIndex(file =>… 185 …const fileToErrorCount = distinctFiles.map(file => ([file, countWhere(filesInError, fileInError =>… 815 …|| input.options.pretty ? (errorCount, filesInError) => system.write(getErrorSummaryText(errorCoun…
|
D | tsbuildPublic.ts | 77 …export type ReportEmitErrorSummary = (errorCount: number, filesInError: (ReportFileInError | undef… 2321 let filesInError: (ReportFileInError | undefined)[] = []; 2326 …if (canReportSummary) filesInError = [...filesInError, ...getFilesInErrorForSummary(buildOrder.cir… 2337 …if (canReportSummary) diagnostics.forEach(singleProjectErrors => [...filesInError, ...getFilesInEr… 2344 state.host.reportErrorSummary(totalErrors, filesInError);
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | publicApi.ts | 55 …(errorCount, filesInError) => sys.write(getErrorSummaryText(errorCount, filesInError, sys.newLine,…
|
/third_party/typescript/src/executeCommandLine/ |
D | executeCommandLine.ts | 785 …(errorCount, filesInError) => sys.write(getErrorSummaryText(errorCount, filesInError, sys.newLine,…
|
/third_party/typescript/lib/ |
D | tsc.js | 106791 …var filesInError = ts.filter(diagnostics, function (diagnostic) { return diagnostic.category === t… 106797 return filesInError.map(function (fileName) { 106824 function getErrorSummaryText(errorCount, filesInError, newLine, host) { argument 106827 …var nonNilFiles = filesInError.filter(function (fileInError) { return fileInError !== undefined; }… 106832 ts.createCompilerDiagnostic(filesInError[0] !== undefined ? 106844 function createTabularErrorsDisplay(filesInError, host) { argument 106845 …var distinctFiles = filesInError.filter(function (value, index, self) { return index === self.find… 106849 …unt = distinctFiles.map(function (file) { return [file, ts.countWhere(filesInError, function (file… 107284 …ions.pretty ? function (errorCount, filesInError) { return system.write(getErrorSummaryText(errorC… argument 109618 var filesInError = []; [all …]
|
D | typingsInstaller.js | 128446 …var filesInError = ts.filter(diagnostics, function (diagnostic) { return diagnostic.category === t… 128452 return filesInError.map(function (fileName) { 128479 function getErrorSummaryText(errorCount, filesInError, newLine, host) { argument 128482 …var nonNilFiles = filesInError.filter(function (fileInError) { return fileInError !== undefined; }… 128487 ts.createCompilerDiagnostic(filesInError[0] !== undefined ? 128499 function createTabularErrorsDisplay(filesInError, host) { argument 128500 …var distinctFiles = filesInError.filter(function (value, index, self) { return index === self.find… 128504 …unt = distinctFiles.map(function (file) { return [file, ts.countWhere(filesInError, function (file… 128979 …ions.pretty ? function (errorCount, filesInError) { return system.write(getErrorSummaryText(errorC… argument 131490 var filesInError = []; [all …]
|
D | typescript.d.ts | 5916 …type ReportEmitErrorSummary = (errorCount: number, filesInError: (ReportFileInError | undefined)[]…
|
D | typescriptServices.d.ts | 5916 …type ReportEmitErrorSummary = (errorCount: number, filesInError: (ReportFileInError | undefined)[]…
|
D | tsserverlibrary.d.ts | 5916 …type ReportEmitErrorSummary = (errorCount: number, filesInError: (ReportFileInError | undefined)[]…
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 5916 …type ReportEmitErrorSummary = (errorCount: number, filesInError: (ReportFileInError | undefined)[]…
|
D | tsserverlibrary.d.ts | 5916 …type ReportEmitErrorSummary = (errorCount: number, filesInError: (ReportFileInError | undefined)[]…
|