Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ parse
Method
parse
tools/common/_hyperscript.iife.js:849–853 ·
view source on GitHub ↗
(parser)
Source
from the content-addressed store, hash-verified
847
super();
848
}
849
static parse(parser) {
850
if
(parser.matchToken(
"null"
)) {
851
return
new
_NullLiteral();
852
}
853
}
854
evalStatically() {
855
return
null;
856
}
Callers
nothing calls this directly
Calls
1
matchToken
Method · 0.45
Tested by
no test coverage detected