| 25 | closeNode(e){s(e)&&(this.buffer+="</span>")}value(){return this.buffer}span(e){ |
| 26 | this.buffer+=`<span class="${e}">`}}const r=(e={})=>{const t={children:[]} |
| 27 | ;return Object.assign(t,e),t};class a{constructor(){ |
| 28 | this.rootNode=r(),this.stack=[this.rootNode]}get top(){ |
| 29 | return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){ |
| 30 | this.top.children.push(e)}openNode(e){const t=r({scope:e}) |
nothing calls this directly
no outgoing calls
no test coverage detected