(el)
| 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(); |
no outgoing calls
no test coverage detected