File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/repl/src/lib/Input Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 let { runes }: { runes: boolean } = $props ();
66
77 const { workspace, svelteVersion } = get_repl_context ();
8- const majorVersion = Number (svelteVersion .split (" . " )[0 ]);
8+ const majorVersion = Number (svelteVersion .split (' . ' )[0 ]);
99 </script >
1010
1111<Dropdown align =" right" >
1919 <div class =" popup" >
2020 {#if Number .isInteger (majorVersion ) && majorVersion < 5 }
2121 <p >
22- <a href =" /blog/runes" >Runes</a > are available from Svelte 5 onwards, and this playground is
23- using Svelte {svelteVersion }.
22+ <a href =" /blog/runes" >Runes</a > are available from Svelte 5 onwards, and this playground
23+ is using Svelte {svelteVersion }.
2424 </p >
2525 {:else if workspace .current .name .endsWith (' .svelte.js' )}
2626 <p >
You can’t perform that action at this time.
0 commit comments