Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ createChildParser
Method
createChildParser
www/js/_hyperscript.js:1234–1236 ·
view source on GitHub ↗
(tokens)
Source
from the content-addressed store, hash-verified
1232
return
this.tokens.list;
1233
}
1234
createChildParser(tokens) {
1235
return
new
_Parser(this.#kernel, tokens);
1236
}
1237
// ===========================
1238
// Kernel delegation methods
1239
// ===========================
Callers
6
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
resolve
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected