MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / parseExpression

Method parseExpression

www/js/_hyperscript.esm.js:1440–1443  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

1438 return parser.parseElement("postfixExpression");
1439 }
1440 parseExpression(parser) {
1441 parser.matchToken("the");
1442 return parser.parseAnyOf(this.#topExpressions);
1443 }
1444 parseAssignableExpression(parser) {
1445 parser.matchToken("the");
1446 var expr = parser.parseElement("primaryExpression");

Callers

nothing calls this directly

Calls 2

matchTokenMethod · 0.45
parseAnyOfMethod · 0.45

Tested by

no test coverage detected