-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Playground death loop #480
Comments
Found another thing that sends it spinning - tried to add <label>
<input type="checkbox" />
<span>hi</span>
</label>
<style>
label:has(input) span {
color:red
}
</style> I.e. start typing |
I started debugging this and it seems neither the workers nor the editor syntax highlighting is the problem. |
So it seems the AST output is the culprit. Trying to find out why now. Edit: May actually be a bug within Svelte. The |
The playground will slow down whenever you introduce |
Besides being private API that shouldn't be exposed, they caused our AST explorer on the Svelte site to traverse endlessly fixes sveltejs/svelte.dev#480
This code (from a user question) will kill the playground:
The text was updated successfully, but these errors were encountered: