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