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:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
// ----- Token access -----
45
currentToken() {
46
return
this.token(0);
47
}
48
token(n, includeWhitespace) {
49
var
token;
50
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