We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The error happens when doing a simple destructuring assignement:
[[array[a], array[b]] = [array[b], array[a]]
Replicate: https://svelte.dev/repl/127da85d65ca4593b90a7369ef1ae064?version=3.5.4
The text was updated successfully, but these errors were encountered:
handle member expressions in destructuring assignments - fixes #3092
09eb833
Merge pull request #3093 from sveltejs/gh-3092
2de0f1c
handle member expressions in destructuring assignments
thanks! fixed
Sorry, something went wrong.
That was fast! Thank you for Svelte, after spending some time with Vue I really find it to be a breeze.
Successfully merging a pull request may close this issue.
The error happens when doing a simple destructuring assignement:
[[array[a], array[b]] = [array[b], array[a]]
Replicate:
https://svelte.dev/repl/127da85d65ca4593b90a7369ef1ae064?version=3.5.4
The text was updated successfully, but these errors were encountered: