Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ token
Method
token
src/core/parser.js:160–162 ·
view source on GitHub ↗
(n, includeWhitespace)
Source
from the content-addressed store, hash-verified
158
}
159
160
token(n, includeWhitespace) {
161
return
this.tokens.token(n, includeWhitespace);
162
}
163
164
currentToken() {
165
return
this.tokens.currentToken();
Callers
5
parseEventArgs
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected