(token)
| 1667 | return this.#commands[token.value || ""]; |
| 1668 | } |
| 1669 | featureStart(token) { |
| 1670 | return this.#features[token.value || ""]; |
| 1671 | } |
| 1672 | parseHyperScript(tokens) { |
| 1673 | var parser = new Parser(this, tokens); |
| 1674 | var result; |
no outgoing calls
no test coverage detected