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

Function checkFunctionDeclarationDiagnostics

test/fixtures/snapshot/typescript.js:81788–81792  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81786 function checkFunctionDeclaration(node) {
81787 addLazyDiagnostic(checkFunctionDeclarationDiagnostics);
81788 function checkFunctionDeclarationDiagnostics() {
81789 checkFunctionOrMethodDeclaration(node);
81790 checkGrammarForGenerator(node);
81791 checkCollisionsForDeclarationName(node, node.name);
81792 }
81793 }
81794 function checkJSDocTypeAliasTag(node) {
81795 if (!node.typeExpression) {

Callers

nothing calls this directly

Tested by

no test coverage detected