MCPcopy Create free account
hub / github.com/nodejs/node / addDeclarationDiagnostic

Function addDeclarationDiagnostic

test/fixtures/snapshot/typescript.js:49342–49344  ·  view source on GitHub ↗
(id, message)

Source from the content-addressed store, hash-verified

49340 }
49341 });
49342 function addDeclarationDiagnostic(id, message) {
49343 return function (declaration) { return diagnostics.add(ts.createDiagnosticForNode(declaration, message, id)); };
49344 }
49345 }
49346 function getSymbolLinks(symbol) {
49347 if (symbol.flags & 33554432 /* SymbolFlags.Transient */)

Callers 1

addToSymbolTableFunction · 0.85

Calls 1

addMethod · 0.65

Tested by

no test coverage detected