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

[es6] yield a array #458

Closed
haoxins opened this issue Apr 30, 2014 · 2 comments
Closed

[es6] yield a array #458

haoxins opened this issue Apr 30, 2014 · 2 comments
Milestone

Comments

@haoxins
Copy link
Contributor

haoxins commented Apr 30, 2014

code

yield [a, b, c];

it will be

yield[a, b, c];
@bitwiseman
Copy link
Member

You're saying the first example should remain unchanged, correct?

@haoxins
Copy link
Contributor Author

haoxins commented Apr 30, 2014

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants