-
Notifications
You must be signed in to change notification settings - Fork 353
Develop -> Master #653
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
Develop -> Master #653
Conversation
* multi-braceless statements This changes: ``` if (1) for (;;) i += l ``` to: ``` if (1) for (;;) i += l ```
this will improve performance depending on the file. I will try and clean it a little
Give jsGlobalNodeObjects a higher priority that can therefore be targeted if desired.
makes a huge difference when not in a 'scope'. avoids checking the whole file * improve helper
Any issues with this? It doesn't rlly mean anything, just something to satisfy vim/dev
Fix jsFlowTypeCustom regex to allow dots
can otherwise be a object key
* improve end of line trim * Date
* skip comment #664 (comment)
Add support for "for await" (asynchronous iteration)
I'll fix the conflict and merge later today or tomorrow |
Can @amadeus or @BenoitZugmeyer or @tomxtobin confirm whether i resolved the conflict correctly? |
I'm going to merge in an hour. Last chance syntax guys ! |
822dfe5 is the problem? |
It seems so, yes. |
I think my #660 is missing in there, as well? |
#660 is in master |
Whoops. Thanks! |
No conflicts now, how does this look @BenoitZugmeyer ? |
LGTM! thank you. |
I think it's a good idea to get this out. I forget about this stuff being dev only
edit: One or two more commits I want to get in this