-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
function * fn() {} -> function* fn() {} #908
Comments
The issue appears in v1.5.2. |
Hello @bitwiseman. Any news? I tried to read the code and fix this issue myself but it's really not easy. |
Hello @bitwiseman, any news? Do we just want to add a condition around the one added on 98b3c53? |
@mathieug - I've been too busy to get to this (obviously). The project could really use any help you can offer. If you have time to submit a PR with tests that would be great. Thanks! |
Since I've updated from 1.5.1 to 1.6.2, I've this behaviour:
function * fn() {}
becomes
function* fn() {}
The text was updated successfully, but these errors were encountered: