(emitHint, node, parenthesizerRule)
| 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 | } |
no test coverage detected
searching dependent graphs…