From 2f16113c0bec519109acc9b96df4182dad059325 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 17 Sep 2025 20:21:41 -0400 Subject: [PATCH 1/5] chore: update sandbox to support async SSR --- playgrounds/sandbox/Wrapper.svelte | 9 - playgrounds/sandbox/index.html | 2 +- playgrounds/sandbox/package.json | 5 +- playgrounds/sandbox/ssr-dev.js | 6 +- playgrounds/sandbox/ssr-prod.js | 2 +- playgrounds/sandbox/vite.config.js | 3 +- pnpm-lock.yaml | 430 +++++++++++++++++++++++++---- 7 files changed, 386 insertions(+), 71 deletions(-) delete mode 100644 playgrounds/sandbox/Wrapper.svelte diff --git a/playgrounds/sandbox/Wrapper.svelte b/playgrounds/sandbox/Wrapper.svelte deleted file mode 100644 index 1fe82c17167e..000000000000 --- a/playgrounds/sandbox/Wrapper.svelte +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - {#snippet pending()}{/snippet} - diff --git a/playgrounds/sandbox/index.html b/playgrounds/sandbox/index.html index 639409b877df..d70409ffb63a 100644 --- a/playgrounds/sandbox/index.html +++ b/playgrounds/sandbox/index.html @@ -12,7 +12,7 @@