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

Function getTemplateSource

www/js/_hyperscript.js:10119–10121  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

10117 initLiveTemplates: () => initLiveTemplates
10118 });
10119 function getTemplateSource(el) {
10120 return el.textContent;
10121 }
10122 var LIVE_SELECTOR = 'script[type="text/hyperscript-template"][live]';
10123 function initLiveTemplates(runtime2, tokenizer2, Parser2, kernel2, reactivity2) {
10124 var processed = /* @__PURE__ */ new WeakSet();

Callers 2

initLiveTemplatesFunction · 0.70
resolveMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected