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

Method parse

www/js/ext/hdb.esm.js:55–58  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

53var BreakpointCommand = class _BreakpointCommand extends Command {
54 static keyword = "breakpoint";
55 static parse(parser) {
56 if (!parser.matchToken("breakpoint")) return;
57 return new _BreakpointCommand();
58 }
59 resolve(ctx) {
60 var hdb;
61 globalThis.hdb = hdb = new HDB(ctx, ctx.meta.runtime, this);

Callers

nothing calls this directly

Calls 1

matchTokenMethod · 0.45

Tested by

no test coverage detected