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