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

Method install

www/js/_hyperscript-max.js:10093–10107  ·  view source on GitHub ↗
(target, source, args, runtime2)

Source from the content-addressed store, hash-verified

10091 return feature;
10092 }
10093 install(target, source, args, runtime2) {
10094 var feature = this;
10095 queueMicrotask(function() {
10096 runtime2.reactivity.createEffect(
10097 function() {
10098 feature.commands.execute(
10099 runtime2.makeContext(target, feature, target, null)
10100 );
10101 },
10102 function() {
10103 },
10104 { element: target }
10105 );
10106 });
10107 }
10108 };
10109
10110 // src/parsetree/commands/template.js

Callers

nothing calls this directly

Calls 3

createEffectMethod · 0.45
executeMethod · 0.45
makeContextMethod · 0.45

Tested by

no test coverage detected