Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ createChildParser
Method
createChildParser
www/js/_hyperscript.esm.js:1232–1234 ·
view source on GitHub ↗
(tokens)
Source
from the content-addressed store, hash-verified
1230
return
this.tokens.list;
1231
}
1232
createChildParser(tokens) {
1233
return
new
_Parser(this.#kernel, tokens);
1234
}
1235
// ===========================
1236
// Kernel delegation methods
1237
// ===========================
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