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