Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
requireToken
Method · 0.95
parseCommandList
Method · 0.45
parseUnaryExpression
Method · 0.45
parseExpression
Method · 0.45
parseAssignableExpression
Method · 0.45
parseIndirectStatement
Method · 0.45
parseHyperscriptProgram
Method · 0.45
deno-hyperscript.js
File · 0.45
node-hyperscript.js
File · 0.45
bun-hyperscript.js
File · 0.45
parse
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected