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

Function emitExpressionWithLeadingSpace

test/fixtures/snapshot/typescript.js:113732–113737  ·  view source on GitHub ↗
(node, parenthesizerRule)

Source from the content-addressed store, hash-verified

113730 }
113731 }
113732 function emitExpressionWithLeadingSpace(node, parenthesizerRule) {
113733 if (node) {
113734 writeSpace();
113735 emitExpression(node, parenthesizerRule);
113736 }
113737 }
113738 function emitWithTrailingSpace(node) {
113739 if (node) {
113740 emit(node);

Callers 4

emitYieldExpressionFunction · 0.85
emitForStatementFunction · 0.85
emitReturnStatementFunction · 0.85
emitThrowStatementFunction · 0.85

Calls 2

writeSpaceFunction · 0.85
emitExpressionFunction · 0.85

Tested by

no test coverage detected