()
| 23172 | this.current.value = ""; |
| 23173 | } |
| 23174 | push() { |
| 23175 | const current2 = this.current = { value: "" }; |
| 23176 | const literal2 = this.literal = { |
| 23177 | type: "TemplateLiteral", |
| 23178 | expressions: [], |
| 23179 | quasis: [] |
| 23180 | }; |
| 23181 | this.stack.push({ current: current2, literal: literal2 }); |
| 23182 | } |
| 23183 | pop() { |
| 23184 | this.literal.quasis.push({ |
| 23185 | type: "TemplateElement", |
no outgoing calls
no test coverage detected