-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
dry await destructure #4596
dry await destructure #4596
Conversation
It looks like this PR also renamed some tests to mark one as 'skip' and one as 'solo'. |
e51eabf
to
05ef2ab
Compare
@Conduitry oops. i've unmarked the solo test. i skipped the test for destructure with default value. or should i remove that test? |
d7fc082
to
0629cee
Compare
0629cee
to
6298bf9
Compare
Why are you disabling the test at all? In v3.20.1, I can see that default values in destructuring are supported for |
04f2740
to
091166e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's been some incompatible work on master in the meantime, unfortunately. There's not a merge conflict, but there's an additional usage of parser.read_destructure_pattern
which this PR does not account for.
edit: It looks like the additional usage is coming from #4490.
091166e
to
7944796
Compare
@Conduitry rebased master and fixed that usage. |
* dry {#each}/{#await} destructuring (sveltejs#4596) * set .value while setting .__value during spread (sveltejs#4809) * update changelog Co-authored-by: Tan Li Hau <[email protected]> Co-authored-by: Daniel Imfeld <[email protected]> Co-authored-by: Conduitry <[email protected]>
Fixes #4560