Skip to content

Commit c770574

Browse files
committed
annoying
1 parent 5bb48a7 commit c770574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte/tests/migrate/samples/derivations/output.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
let { time_16 } = $derived({ time_16: count * 16 })
99
// preceding let that doesn't do anything
1010
let time_32 = $derived(count * doubled);
11-
11+
1212
let very_high = $derived(time_32 * count);
13-
13+
1414
</script>
1515

1616
{count} / {doubled} / {quadrupled} / {time_8} / {time_16}

0 commit comments

Comments
 (0)