()
| 4652 | let tokenEnd = 0; |
| 4653 | |
| 4654 | const cur = () => /** @type {HtmlElement} */ (open[open.length - 1]); |
| 4655 | const adjustedCurrent = () => { |
| 4656 | if (open.length === 1 && fragment) return fragment; |
| 4657 | return cur(); |
no outgoing calls
no test coverage detected