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

Fix some class handling issues #1346

Merged
merged 1 commit into from
Nov 6, 2022
Merged

Conversation

lahma
Copy link
Collaborator

@lahma lahma commented Nov 6, 2022

  • class declaration should be block scoped
  • in non-module context class should have empty name
  • default constructor for derived class should not observe iterator in array spread
  • array pattern as function argument should always try to get iterator

* class declaration should be block scoped
* in non-module context class should have empty name
* default constructor for derived class should not observe iterator in array spread
* array pattern as function argument should always try to get iterator
@lahma lahma merged commit 583aabb into sebastienros:main Nov 6, 2022
@lahma lahma deleted the class-fixes branch November 6, 2022 10:36
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