MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / parseExpression

Method parseExpression

src/core/kernel.js:135–138  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

133 }
134
135 parseExpression(parser) {
136 parser.matchToken("the"); // optional "the"
137 return parser.parseAnyOf(this.#topExpressions);
138 }
139
140 parseAssignableExpression(parser) {
141 parser.matchToken("the"); // optional "the"

Callers

nothing calls this directly

Calls 2

matchTokenMethod · 0.45
parseAnyOfMethod · 0.45

Tested by

no test coverage detected