-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Svelte 3/4 in playground #433
Comments
@Rich-Harris @dummdidumm This appears to still be broken because the compilation runs in a worker. There is a function Gets triggered on style source map generation. <h1>Hello</h1>
<style>h1 { color: red; }</style> |
Also: The JS output panel appears to still show Svelte 5 output, possibly the other panels as well. |
huh, why am I not able to reproduce the btoa issue locally? Very strange. |
closes #433 - handle Svelte 3/4 in the bundler worker - handle Svelte 3/4 in the compiler worker - fix race condition
right now we don't respect
?version
, we just use latest (it's bundled into the worker). we should fix that, ideally before launch since it will break existing/repl
links otherwiseThe text was updated successfully, but these errors were encountered: