(token)
| 1659 | return this.#commands[token.value || ""]; |
| 1660 | } |
| 1661 | featureStart(token) { |
| 1662 | return this.#features[token.value || ""]; |
| 1663 | } |
| 1664 | parseHyperScript(tokens) { |
| 1665 | var parser = new Parser(this, tokens); |
| 1666 | var result; |
no outgoing calls
no test coverage detected