Searched refs:createReportErrorSummary (Results 1 – 2 of 2) sorted by relevance
/third_party/typescript/src/executeCommandLine/ |
D | executeCommandLine.ts | 499 createReportErrorSummary(sys, buildOptions) 508 …function createReportErrorSummary(sys: System, options: CompilerOptions | BuildOptions): ReportEmi… function 539 createReportErrorSummary(sys, options) 563 reportErrorSummary: createReportErrorSummary(sys, options),
|
/third_party/typescript/lib/ |
D | tsc.js | 95138 …eBuilderStatusReporter(sys, shouldBePretty(sys, buildOptions)), createReportErrorSummary(sys, buil… 95145 function createReportErrorSummary(sys, options) { function 95165 …iagnostic, function (s) { return sys.write(s + sys.newLine); }, createReportErrorSummary(sys, opti… 95182 reportErrorSummary: createReportErrorSummary(sys, options),
|