(string, template)
| 237 | return c === "`"; |
| 238 | } |
| 239 | static tokenize(string, template) { |
| 240 | return new _Tokenizer().tokenize(string, template); |
| 241 | } |
| 242 | tokenize(string, template) { |
| 243 | this.#source = string; |
| 244 | this.#position = 0; |
no test coverage detected