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

Function createEmptyStatement

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

Source from the content-addressed store, hash-verified

24803 }
24804 // @api
24805 function createEmptyStatement() {
24806 return createBaseNode(236 /* SyntaxKind.EmptyStatement */);
24807 }
24808 // @api
24809 function createExpressionStatement(expression) {
24810 var node = createBaseNode(238 /* SyntaxKind.ExpressionStatement */);

Callers 1

asEmbeddedStatementFunction · 0.85

Calls 1

createBaseNodeFunction · 0.85

Tested by

no test coverage detected