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

Function checkBindingElement

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

Source from the content-addressed store, hash-verified

82663 ts.tracing === null || ts.tracing === void 0 ? void 0 : ts.tracing.pop();
82664 }
82665 function checkBindingElement(node) {
82666 checkGrammarBindingElement(node);
82667 return checkVariableLikeDeclaration(node);
82668 }
82669 function checkVariableStatement(node) {
82670 // Grammar checking
82671 if (!checkGrammarDecoratorsAndModifiers(node) && !checkGrammarVariableDeclarationList(node.declarationList))

Callers 1

checkSourceElementWorkerFunction · 0.85

Calls 2

Tested by

no test coverage detected