Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ lastMatch
Method
lastMatch
src/core/parser.js:168–170 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
166
}
167
168
lastMatch() {
169
return
this.tokens.lastMatch();
170
}
171
172
pushFollow(str) {
173
return
this.tokens.pushFollow(str);
Callers
3
parseIndirectExpression
Method · 0.45
parseIndirectStatement
Method · 0.45
parseElement
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected