MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / parse

Method parse

www/js/_hyperscript.js:10086–10093  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

10084 this.displayName = "live";
10085 }
10086 static parse(parser) {
10087 if (!parser.matchToken("live")) return;
10088 var start = parser.requireElement("commandList");
10089 var feature = new _LiveFeature(start);
10090 parser.ensureTerminated(start);
10091 parser.setParent(start, feature);
10092 return feature;
10093 }
10094 install(target, source, args, runtime2) {
10095 var feature = this;
10096 queueMicrotask(function() {

Callers

nothing calls this directly

Calls 4

matchTokenMethod · 0.45
requireElementMethod · 0.45
ensureTerminatedMethod · 0.45
setParentMethod · 0.45

Tested by

no test coverage detected