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

ES2015 support shorthand generator method syntax #1413

Open
p-bakker opened this issue Nov 3, 2023 · 0 comments
Open

ES2015 support shorthand generator method syntax #1413

p-bakker opened this issue Nov 3, 2023 · 0 comments
Labels
feature Issues considered a new feature
Milestone

Comments

@p-bakker
Copy link
Collaborator

p-bakker commented Nov 3, 2023

var o = {* some() {yield 1;}}

and

var o = {* "some"() {yield 1;}}
@p-bakker p-bakker added the feature Issues considered a new feature label Nov 3, 2023
@p-bakker p-bakker added this to the ES2015 milestone Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Issues considered a new feature
Projects
None yet
Development

No branches or pull requests

1 participant