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

Improve super property support #326

Merged
merged 1 commit into from
Feb 2, 2023
Merged

Improve super property support #326

merged 1 commit into from
Feb 2, 2023

Conversation

edemaine
Copy link
Collaborator

@edemaine edemaine commented Feb 2, 2023

  • Make super property access more like general property access
  • super[i...j] and other splice forms (calls super.splice)
  • {super.foo} and {super[foo]} object literal shorthand

* Make `super` property access more like general property access
* `super[i...j]` and other splice forms (calls `super.splice`)
* `{super.foo}` and `{super[foo]}` object literal shorthand
@edemaine edemaine temporarily deployed to build February 2, 2023 21:30 — with GitHub Actions Inactive
@edemaine edemaine merged commit a4c2d88 into main Feb 2, 2023
@edemaine edemaine deleted the super-props branch February 2, 2023 22:58
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