(key, location, message, arg0, arg1, arg2, arg3)
| 49004 | } |
| 49005 | } |
| 49006 | function errorSkippedOn(key, location, message, arg0, arg1, arg2, arg3) { |
| 49007 | var diagnostic = error(location, message, arg0, arg1, arg2, arg3); |
| 49008 | diagnostic.skippedOn = key; |
| 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) |
no test coverage detected