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

Method matchToken

src/core/parser.js:136–138  ·  view source on GitHub ↗
(value, type)

Source from the content-addressed store, hash-verified

134 }
135
136 matchToken(value, type) {
137 return this.tokens.matchToken(value, type);
138 }
139
140 consumeToken() {
141 return this.tokens.consumeToken();

Callers 15

requireTokenMethod · 0.95
parseCommandListMethod · 0.45
parseUnaryExpressionMethod · 0.45
parseExpressionMethod · 0.45
bun-hyperscript.jsFile · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected