(node, message, arg0, arg1, arg2, arg3)
| 15267 | } |
| 15268 | ts.entityNameToString = entityNameToString; |
| 15269 | function createDiagnosticForNode(node, message, arg0, arg1, arg2, arg3) { |
| 15270 | var sourceFile = getSourceFileOfNode(node); |
| 15271 | return createDiagnosticForNodeInSourceFile(sourceFile, node, message, arg0, arg1, arg2, arg3); |
| 15272 | } |
| 15273 | ts.createDiagnosticForNode = createDiagnosticForNode; |
| 15274 | function createDiagnosticForNodeArray(sourceFile, nodes, message, arg0, arg1, arg2, arg3) { |
| 15275 | var start = ts.skipTrivia(sourceFile.text, nodes.pos); |
no test coverage detected