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