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