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

Function emitExpression

test/fixtures/snapshot/typescript.js:91065–91067  ·  view source on GitHub ↗
(expression)

Source from the content-addressed store, hash-verified

91063 }
91064 return context.factory.inlineExpressions(expressions) || context.factory.createOmittedExpression();
91065 function emitExpression(expression) {
91066 expressions = ts.append(expressions, expression);
91067 }
91068 function emitBindingOrAssignment(target, value, location, original) {
91069 ts.Debug.assertNode(target, createAssignmentCallback ? ts.isIdentifier : ts.isExpression);
91070 var expression = createAssignmentCallback

Callers 15

emitBindingOrAssignmentFunction · 0.85
emitEntityNameFunction · 0.85
emitComputedPropertyNameFunction · 0.85
emitDecoratorFunction · 0.85
emitLiteralTypeFunction · 0.85
emitCallExpressionFunction · 0.85
emitNewExpressionFunction · 0.85

Calls 2

pipelineEmitFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…