()
| 563 | // ── Serialization ──────────────────────────────────────────────────────────── |
| 564 | |
| 565 | serialize(): string { |
| 566 | return serializeDocument(this.parsed); |
| 567 | } |
| 568 | |
| 569 | // ── T3 embedded-mode extras ────────────────────────────────────────────────── |
| 570 |
nothing calls this directly
no test coverage detected