(string, template)
| 231 | return c === "`"; |
| 232 | } |
| 233 | static tokenize(string, template) { |
| 234 | return new _Tokenizer().tokenize(string, template); |
| 235 | } |
| 236 | tokenize(string, template) { |
| 237 | this.#source = string; |
| 238 | this.#position = 0; |
no test coverage detected