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

Function hdbPlugin

www/js/ext/hdb.esm.js:554–556  ·  view source on GitHub ↗
(_hyperscript)

Source from the content-addressed store, hash-verified

552 this._hyperscript.process(shadow.querySelector(".hdb"));
553};
554function hdbPlugin(_hyperscript) {
555 _hyperscript.addCommand(BreakpointCommand.keyword, BreakpointCommand.parse.bind(BreakpointCommand));
556}
557if (typeof self !== "undefined" && self._hyperscript) {
558 self._hyperscript.use(hdbPlugin);
559}

Callers

nothing calls this directly

Calls 1

addCommandMethod · 0.45

Tested by

no test coverage detected