()
| 4653 | |
| 4654 | const cur = () => /** @type {HtmlElement} */ (open[open.length - 1]); |
| 4655 | const adjustedCurrent = () => { |
| 4656 | if (open.length === 1 && fragment) return fragment; |
| 4657 | return cur(); |
| 4658 | }; |
| 4659 | |
| 4660 | const mkEl = ( |
| 4661 | /** @type {string} */ tagName, |
no test coverage detected