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

Function emitDeleteExpression

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

Source from the content-addressed store, hash-verified

112283 emit(node.equalsGreaterThanToken);
112284 }
112285 function emitDeleteExpression(node) {
112286 emitTokenWithComment(89 /* SyntaxKind.DeleteKeyword */, node.pos, writeKeyword, node);
112287 writeSpace();
112288 emitExpression(node.expression, parenthesizer.parenthesizeOperandOfPrefixUnary);
112289 }
112290 function emitTypeOfExpression(node) {
112291 emitTokenWithComment(112 /* SyntaxKind.TypeOfKeyword */, node.pos, writeKeyword, node);
112292 writeSpace();

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…