Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ currentToken
Method
currentToken
tools/common/_hyperscript.iife.js:1191–1193 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1189
return
this.tokens.token(n, includeWhitespace);
1190
}
1191
currentToken() {
1192
return
this.tokens.currentToken();
1193
}
1194
lastMatch() {
1195
return
this.tokens.lastMatch();
1196
}
Callers
4
raiseError
Method · 0.95
raiseExpected
Method · 0.95
parseStringTemplate
Method · 0.95
parseURLOrExpression
Method · 0.95
Calls
1
currentToken
Method · 0.45
Tested by
no test coverage detected