MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / parse

Method parse

www/js/_hyperscript.esm.js:854–858  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

852 super();
853 }
854 static parse(parser) {
855 if (parser.matchToken("null")) {
856 return new _NullLiteral();
857 }
858 }
859 evalStatically() {
860 return null;
861 }

Callers

nothing calls this directly

Calls 1

matchTokenMethod · 0.45

Tested by

no test coverage detected