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

Method parse

tools/common/_hyperscript.iife.js:9632–9639  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

9630 this.displayName = "live";
9631 }
9632 static parse(parser) {
9633 if (!parser.matchToken("live")) return;
9634 var start = parser.requireElement("commandList");
9635 var feature = new _LiveFeature(start);
9636 parser.ensureTerminated(start);
9637 parser.setParent(start, feature);
9638 return feature;
9639 }
9640 install(target, source, args, runtime2) {
9641 var feature = this;
9642 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