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