Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ createChildParser
Method
createChildParser
tools/common/_hyperscript.iife.js:1224–1226 ·
view source on GitHub ↗
(tokens)
Source
from the content-addressed store, hash-verified
1222
return
this.tokens.list;
1223
}
1224
createChildParser(tokens) {
1225
return
new
_Parser(this.#kernel, tokens);
1226
}
1227
// ===========================
1228
// Kernel delegation methods
1229
// ===========================
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