From 886d566b93f4360fb927236fa41d941a16417ab6 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 15 Jul 2025 16:51:27 -0400 Subject: [PATCH] add async wrapper to sandbox (#16378) * add async wrapper to sandbox * bump pps --- package.json | 2 +- playgrounds/sandbox/Wrapper.svelte | 9 +++++++++ playgrounds/sandbox/index.html | 2 +- pnpm-lock.yaml | 10 +++++----- 4 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 playgrounds/sandbox/Wrapper.svelte diff --git a/package.json b/package.json index 62581782d7..3e609db87f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "jsdom": "25.0.1", "playwright": "^1.46.1", "prettier": "^3.2.4", - "prettier-plugin-svelte": "^3.1.2", + "prettier-plugin-svelte": "^3.4.0", "svelte": "workspace:^", "typescript": "^5.5.4", "typescript-eslint": "^8.24.0", diff --git a/playgrounds/sandbox/Wrapper.svelte b/playgrounds/sandbox/Wrapper.svelte new file mode 100644 index 0000000000..1fe82c1716 --- /dev/null +++ b/playgrounds/sandbox/Wrapper.svelte @@ -0,0 +1,9 @@ + + + + + + {#snippet pending()}{/snippet} + diff --git a/playgrounds/sandbox/index.html b/playgrounds/sandbox/index.html index d70409ffb6..639409b877 100644 --- a/playgrounds/sandbox/index.html +++ b/playgrounds/sandbox/index.html @@ -12,7 +12,7 @@