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

Function checkClassStaticBlockDeclaration

test/fixtures/snapshot/typescript.js:80479–80482  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

80477 }
80478 }
80479 function checkClassStaticBlockDeclaration(node) {
80480 checkGrammarDecoratorsAndModifiers(node);
80481 ts.forEachChild(node, checkSourceElement);
80482 }
80483 function checkConstructorDeclaration(node) {
80484 // Grammar check on signature of constructor and modifier of the constructor is done in checkSignatureDeclaration function.
80485 checkSignatureDeclaration(node);

Callers 1

checkSourceElementWorkerFunction · 0.85

Calls 2

forEachChildMethod · 0.80

Tested by

no test coverage detected