(hint, node, sourceFile)
| 110949 | return text; |
| 110950 | } |
| 110951 | function print(hint, node, sourceFile) { |
| 110952 | if (sourceFile) { |
| 110953 | setSourceFile(sourceFile); |
| 110954 | } |
| 110955 | pipelineEmit(hint, node, /*parenthesizerRule*/ undefined); |
| 110956 | } |
| 110957 | function setSourceFile(sourceFile) { |
| 110958 | currentSourceFile = sourceFile; |
| 110959 | currentLineMap = undefined; |
searching dependent graphs…