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

Function checkVariableDeclaration

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

Source from the content-addressed store, hash-verified

82657 return ts.getSelectedEffectiveModifierFlags(left, interestingFlags) === ts.getSelectedEffectiveModifierFlags(right, interestingFlags);
82658 }
82659 function checkVariableDeclaration(node) {
82660 ts.tracing === null || ts.tracing === void 0 ? void 0 : ts.tracing.push("check" /* tracing.Phase.Check */, "checkVariableDeclaration", { kind: node.kind, pos: node.pos, end: node.end, path: node.tracingPath });
82661 checkGrammarVariableDeclaration(node);
82662 checkVariableLikeDeclaration(node);
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);

Callers 2

checkSourceElementWorkerFunction · 0.85

Calls 4

popMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…