(unparsed)
| 111675 | // SyntaxKind.UnparsedInternal |
| 111676 | // SyntaxKind.UnparsedSyntheticReference |
| 111677 | function writeUnparsedNode(unparsed) { |
| 111678 | writer.rawWrite(unparsed.parent.text.substring(unparsed.pos, unparsed.end)); |
| 111679 | } |
| 111680 | // SyntaxKind.UnparsedText |
| 111681 | // SyntaxKind.UnparsedInternal |
| 111682 | function emitUnparsedTextLike(unparsed) { |
no outgoing calls
no test coverage detected