MCPcopy Index your code
hub / github.com/nodejs/node / createDiagnosticForNode

Function createDiagnosticForNode

test/fixtures/snapshot/typescript.js:15269–15272  ·  view source on GitHub ↗
(node, message, arg0, arg1, arg2, arg3)

Source from the content-addressed store, hash-verified

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);

Callers 9

declareSymbolFunction · 0.85
checkPrivateIdentifierFunction · 0.85
bindClassLikeDeclarationFunction · 0.85
walkFunction · 0.85
walkArrayFunction · 0.85
checkModifiersFunction · 0.85

Calls 2

getSourceFileOfNodeFunction · 0.85

Tested by

no test coverage detected