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

Method use

www/js/_hyperscript.js:1514–1517  ·  view source on GitHub ↗
(plugin)

Source from the content-addressed store, hash-verified

1512 return new HyperscriptProgram(features);
1513 }
1514 use(plugin) {
1515 plugin(this);
1516 return this;
1517 }
1518 initElt(parseElement, start, tokens) {
1519 parseElement.startToken = start;
1520 parseElement.programSource = tokens.source;

Callers 15

hdb.min.jsFile · 0.45
tailwind.esm.jsFile · 0.45
component.min.jsFile · 0.45
tailwind.min.jsFile · 0.45
socket.min.jsFile · 0.45
eventsource.min.jsFile · 0.45
socket.jsFile · 0.45
component.jsFile · 0.45
hdb.esm.jsFile · 0.45
hdb.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected