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

Function checkExpressionStatement

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

Source from the content-addressed store, hash-verified

82673 ts.forEach(node.declarationList.declarations, checkSourceElement);
82674 }
82675 function checkExpressionStatement(node) {
82676 // Grammar checking
82677 checkGrammarStatementInAmbientContext(node);
82678 checkExpression(node.expression);
82679 }
82680 function checkIfStatement(node) {
82681 // Grammar checking
82682 checkGrammarStatementInAmbientContext(node);

Callers 1

checkSourceElementWorkerFunction · 0.85

Calls 2

checkExpressionFunction · 0.70

Tested by

no test coverage detected