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

Function pipelineEmit

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

Source from the content-addressed store, hash-verified

111014 preserveSourceNewlines = savedPreserveSourceNewlines;
111015 }
111016 function pipelineEmit(emitHint, node, parenthesizerRule) {
111017 currentParenthesizerRule = parenthesizerRule;
111018 var pipelinePhase = getPipelinePhase(0 /* PipelinePhase.Notification */, emitHint, node);
111019 pipelinePhase(emitHint, node);
111020 currentParenthesizerRule = undefined;
111021 }
111022 function shouldEmitComments(node) {
111023 return !commentsDisabled && !ts.isSourceFile(node);
111024 }

Callers 7

printFunction · 0.85
emitFunction · 0.85
emitIdentifierNameFunction · 0.85
emitExpressionFunction · 0.85
emitJsxAttributeValueFunction · 0.85
emitMappedTypeFunction · 0.85
emitEmbeddedStatementFunction · 0.85

Calls 1

getPipelinePhaseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…