(location, message, arg0, arg1, arg2, arg3)
| 49009 | return diagnostic; |
| 49010 | } |
| 49011 | function createError(location, message, arg0, arg1, arg2, arg3) { |
| 49012 | return location |
| 49013 | ? ts.createDiagnosticForNode(location, message, arg0, arg1, arg2, arg3) |
| 49014 | : ts.createCompilerDiagnostic(message, arg0, arg1, arg2, arg3); |
| 49015 | } |
| 49016 | function error(location, message, arg0, arg1, arg2, arg3) { |
| 49017 | var diagnostic = createError(location, message, arg0, arg1, arg2, arg3); |
| 49018 | diagnostics.add(diagnostic); |
no outgoing calls
no test coverage detected
searching dependent graphs…