()
| 110983 | setWriter(/*output*/ undefined, /*_sourceMapGenerator*/ undefined); |
| 110984 | } |
| 110985 | function getCurrentLineMap() { |
| 110986 | return currentLineMap || (currentLineMap = ts.getLineStarts(ts.Debug.checkDefined(currentSourceFile))); |
| 110987 | } |
| 110988 | function emit(node, parenthesizerRule) { |
| 110989 | if (node === undefined) |
| 110990 | return; |
no outgoing calls
no test coverage detected
searching dependent graphs…