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

Function getTemplateSource

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

Source from the content-addressed store, hash-verified

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

Callers 2

initLiveTemplatesFunction · 0.70
resolveMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected