Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ parse
Method
parse
www/js/_hyperscript.js:856–860 ·
view source on GitHub ↗
(parser)
Source
from the content-addressed store, hash-verified
854
super();
855
}
856
static parse(parser) {
857
if
(parser.matchToken(
"null"
)) {
858
return
new
_NullLiteral();
859
}
860
}
861
evalStatically() {
862
return
null;
863
}
Callers
nothing calls this directly
Calls
1
matchToken
Method · 0.45
Tested by
no test coverage detected