Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ lastMatch
Method
lastMatch
www/js/_hyperscript.esm.js:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
return
this.#tokens.length > 0;
64
}
65
lastMatch() {
66
return
this.#lastConsumed;
67
}
68
// ----- Token matching -----
69
matchToken(value,
type
) {
70
if
(this.#follows.includes(value))
return
;
Callers
4
lastMatch
Method · 0.45
parseIndirectExpression
Method · 0.45
parseIndirectStatement
Method · 0.45
parseElement
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected