From d68f89e98c5adc7c4e9273985384611790a42e84 Mon Sep 17 00:00:00 2001 From: "S. Elliott Johnson" Date: Tue, 16 Sep 2025 16:58:59 -0600 Subject: [PATCH] ugh --- packages/svelte/src/internal/server/payload.js | 2 -- packages/svelte/tests/runtime-legacy/shared.ts | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/svelte/src/internal/server/payload.js b/packages/svelte/src/internal/server/payload.js index 6dcd0ef67a..a6e1045bf2 100644 --- a/packages/svelte/src/internal/server/payload.js +++ b/packages/svelte/src/internal/server/payload.js @@ -69,8 +69,6 @@ export class Payload { * State that is local to the branch it is declared in. * It will be shallow-copied to all children. * - * TODO I think this needs to be async-compatible if we don't want waterfall-y options but I'm willing - * to live with it for now * @type {{ select_value: string | undefined }} */ local; diff --git a/packages/svelte/tests/runtime-legacy/shared.ts b/packages/svelte/tests/runtime-legacy/shared.ts index df4a118065..363431b1fe 100644 --- a/packages/svelte/tests/runtime-legacy/shared.ts +++ b/packages/svelte/tests/runtime-legacy/shared.ts @@ -167,7 +167,7 @@ export function runtime_suite(runes: boolean) { } if (variant === 'async-ssr') { - if (!runes) return 'no-test'; + if (!runes || !async_mode) return 'no-test'; if ( (config.mode && !config.mode.includes('async-server')) || (!config.test_ssr &&