Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ currentToken
Method
currentToken
www/js/_hyperscript.js:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
// ----- Token access -----
46
currentToken() {
47
return
this.token(0);
48
}
49
token(n, includeWhitespace) {
50
var
token;
51
var
i = 0;
Callers
15
toString
Method · 0.45
matchToken
Method · 0.45
matchOpToken
Method · 0.45
matchTokenType
Method · 0.45
parseNaked
Method · 0.45
currentToken
Method · 0.45
parseFeature
Method · 0.45
parseCommand
Method · 0.45
parseCommandList
Method · 0.45
parsePrimaryExpression
Method · 0.45
parseHyperscriptProgram
Method · 0.45
parseElement
Method · 0.45
Calls
1
token
Method · 0.45
Tested by
no test coverage detected