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

Function emitAwaitExpression

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

Source from the content-addressed store, hash-verified

112298 emitExpression(node.expression, parenthesizer.parenthesizeOperandOfPrefixUnary);
112299 }
112300 function emitAwaitExpression(node) {
112301 emitTokenWithComment(132 /* SyntaxKind.AwaitKeyword */, node.pos, writeKeyword, node);
112302 writeSpace();
112303 emitExpression(node.expression, parenthesizer.parenthesizeOperandOfPrefixUnary);
112304 }
112305 function emitPrefixUnaryExpression(node) {
112306 writeTokenText(node.operator, writeOperator);
112307 if (shouldEmitWhitespaceBeforeOperand(node)) {

Callers 1

Calls 3

emitTokenWithCommentFunction · 0.85
writeSpaceFunction · 0.85
emitExpressionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…