Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ currentToken
Method
currentToken
www/js/_hyperscript.esm.js:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
// ----- Token access -----
44
currentToken() {
45
return
this.token(0);
46
}
47
token(n, includeWhitespace) {
48
var
token;
49
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