(unparsed)
| 111680 | // SyntaxKind.UnparsedText |
| 111681 | // SyntaxKind.UnparsedInternal |
| 111682 | function emitUnparsedTextLike(unparsed) { |
| 111683 | var pos = getTextPosWithWriteLine(); |
| 111684 | writeUnparsedNode(unparsed); |
| 111685 | if (bundleFileInfo) { |
| 111686 | updateOrPushBundleFileTextLike(pos, writer.getTextPos(), unparsed.kind === 302 /* SyntaxKind.UnparsedText */ ? |
| 111687 | "text" /* BundleFileSectionKind.Text */ : |
| 111688 | "internal" /* BundleFileSectionKind.Internal */); |
| 111689 | } |
| 111690 | } |
| 111691 | // SyntaxKind.UnparsedSyntheticReference |
| 111692 | function emitUnparsedSyntheticReference(unparsed) { |
| 111693 | var pos = getTextPosWithWriteLine(); |
no test coverage detected