(sourceFile)
| 110955 | pipelineEmit(hint, node, /*parenthesizerRule*/ undefined); |
| 110956 | } |
| 110957 | function setSourceFile(sourceFile) { |
| 110958 | currentSourceFile = sourceFile; |
| 110959 | currentLineMap = undefined; |
| 110960 | detachedCommentsInfo = undefined; |
| 110961 | if (sourceFile) { |
| 110962 | setSourceMapSource(sourceFile); |
| 110963 | } |
| 110964 | } |
| 110965 | function setWriter(_writer, _sourceMapGenerator) { |
| 110966 | if (_writer && printerOptions.omitTrailingSemicolon) { |
| 110967 | _writer = ts.getTrailingSemicolonDeferringWriter(_writer); |
no test coverage detected
searching dependent graphs…