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

Fixed destructuring gotchas, closes #83 #96

Merged
merged 1 commit into from
Dec 29, 2018
Merged

Conversation

odino
Copy link
Collaborator

@odino odino commented Dec 29, 2018

Opted to change the syntax of destructuring to not require
brackets.

[x, y] = [...]

x, y = [...]

and that's about it. With this, destructuring statements don't
need to be preceded by a semicolon, making them less wonky.

Opted to change the syntax of destructuring to not require
brackets.

``` bash
[x, y] = [...]

x, y = [...]
```

and that's about it. With thi, destructuring statements don't
need to be preceded by a semicolon, making them less wonky.
@odino odino merged commit 57ea852 into master Dec 29, 2018
@odino odino deleted the destructuring-gotchas branch February 24, 2019 05:48
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.

1 participant