(_dummy, message)
| 20056 | } |
| 20057 | ts.createFileDiagnostic = createFileDiagnostic; |
| 20058 | function formatMessage(_dummy, message) { |
| 20059 | var text = getLocaleSpecificMessage(message); |
| 20060 | if (arguments.length > 2) { |
| 20061 | text = formatStringFromArgs(text, arguments, 2); |
| 20062 | } |
| 20063 | return text; |
| 20064 | } |
| 20065 | ts.formatMessage = formatMessage; |
| 20066 | function createCompilerDiagnostic(message) { |
| 20067 | var text = getLocaleSpecificMessage(message); |
nothing calls this directly
no test coverage detected
searching dependent graphs…