()
| 488 | }; |
| 489 | |
| 490 | const run_hydratables_init = () => { |
| 491 | if (variant !== 'hydrate') return; |
| 492 | const script = [...document.head.querySelectorAll('script').values()].find((script) => |
| 493 | script.textContent?.includes('window.__svelte ??= {}') |
| 494 | )?.textContent; |
| 495 | if (!script) return; |
| 496 | (0, eval)(script); |
| 497 | }; |
| 498 | |
| 499 | if (runes) { |
| 500 | props = proxy({ ...(config.props || {}) }); |
no test coverage detected