Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ currentToken
Method
currentToken
www/js/_hyperscript.esm.js:1199–1201 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1197
return
this.tokens.token(n, includeWhitespace);
1198
}
1199
currentToken() {
1200
return
this.tokens.currentToken();
1201
}
1202
lastMatch() {
1203
return
this.tokens.lastMatch();
1204
}
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