(errorCount)
| 122797 | } |
| 122798 | ts.getFilesInErrorForSummary = getFilesInErrorForSummary; |
| 122799 | function getWatchErrorSummaryDiagnosticMessage(errorCount) { |
| 122800 | return errorCount === 1 ? |
| 122801 | ts.Diagnostics.Found_1_error_Watching_for_file_changes : |
| 122802 | ts.Diagnostics.Found_0_errors_Watching_for_file_changes; |
| 122803 | } |
| 122804 | ts.getWatchErrorSummaryDiagnosticMessage = getWatchErrorSummaryDiagnosticMessage; |
| 122805 | function prettyPathForFileError(error, cwd) { |
| 122806 | var line = ts.formatColorAndReset(":" + error.line, ts.ForegroundColorEscapeSequences.Grey); |
no outgoing calls
no test coverage detected