| 24 | }return`${t}${e}`})(t,{prefix:this.classPrefix}),this.span(t)}closeNode(e){ |
| 25 | o(e)&&(this.buffer+="</span>")}value(){return this.buffer}span(e){ |
| 26 | this.buffer+=`<span class="${e}">`}}class c{constructor(){this.rootNode={ |
| 27 | children:[]},this.stack=[this.rootNode]}get top(){ |
| 28 | return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){ |
| 29 | this.top.children.push(e)}openNode(e){const t={kind:e,children:[]} |
nothing calls this directly
no outgoing calls
no test coverage detected