Skip to content
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

{:then} without name for resolving value will not compile in certain circumstances #4022

Closed
dekdevy opened this issue Nov 30, 2019 · 1 comment · Fixed by #4025
Closed

{:then} without name for resolving value will not compile in certain circumstances #4022

dekdevy opened this issue Nov 30, 2019 · 1 comment · Fixed by #4025
Labels

Comments

@dekdevy
Copy link

dekdevy commented Nov 30, 2019

Describe the bug
In {await} ... {:then} blocks, not specifying a name for the resolving value will cause an error which is hard to trace back to the issue. It only happens when the block contains another block(?).
This did not happen in 3.15.0.

(plugin svelte) Error: Not implemented Empty

To Reproduce
https://svelte.dev/repl/0eb341643bb4465ca47616f8b1cf2091?version=3.16.0
https://svelte.dev/repl/0eb341643bb4465ca47616f8b1cf2091?version=3.15.0

@Conduitry
Copy link
Member

taylorzane pushed a commit to taylorzane/svelte that referenced this issue Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants