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

Better support for starred destructuring #75

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

serge-sans-paille
Copy link
Owner

Previously, x, *y = z was not adding y in the locals / globals

@serge-sans-paille
Copy link
Owner Author

@tristanlatr : this should do the trick for starred destructuring. The situation was much messier than I thought :-/

Previously, x, *y = z was not adding y in the locals / globals
@tristanlatr
Copy link
Contributor

Thanks serge, does all the tests that I have written for the other PR passes with this changes too ?

Copy link
Contributor

@tristanlatr tristanlatr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, if we're going to also merge #68.

@serge-sans-paille serge-sans-paille merged commit 729f9e5 into master Aug 22, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants