-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Upgrade flow-parser to 0.75.0 #4727
Conversation
@rubennorte let's enable flow in the optional catch binding tests (https://github.com/prettier/prettier/blob/master/tests/optional_catch_binding/jsfmt.spec.js) |
c742d4a
to
6b30a5b
Compare
@suchipi: would there be a way to release a dot release with just this change, so that we can start using it at Facebook? :) |
@vjeux we haven't done any releases off a branch (instead of master), but sure we can do that |
I've done some in the early days in order to move fast :p |
I'll do it later tonight (UTC-3 here) if no one does before :) the release script doesn't support it though |
Awesome, thanks a ton! |
@duailibe is there something we can do to help with this release? |
@rubennorte Sorry I got distracted over the weekend, will release it right now |
* Upgrade flow-parser to 0.75.0 * Added failing test for optional catch binding and [email protected]
@rubennorte @vjeux Just released 1.13.6.. Sorry it took a while! |
@duailibe no problem at all. Thank you very much! |
241: Update dependency prettier to v1.13.6 r=rehandalal a=renovate[bot] This Pull Request updates dependency [prettier](https://github.com/prettier/prettier) from `v1.13.5` to `v1.13.6` <details> <summary>Release Notes</summary> ### [`v1.13.6`](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#​1136) [Compare Source](prettier/prettier@1.13.5...1.13.6) [diff](prettier/prettier@1.13.5...1.13.6) - Upgrade Flow parser to 0.75.0 ([#​4649](`https://github.com/prettier/prettier/pull/4649`) and [#​4727](`https://github.com/prettier/prettier/pull/4727`)) - Preserve type parameters of import-types in TypeScript ([#​4662](`https://github.com/prettier/prettier/pull/4662`)) - Preserve parens for type casting for sub-item ([#​4648](`https://github.com/prettier/prettier/pull/4648`)) --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com). Co-authored-by: Renovate Bot <[email protected]>
This Pull Request updates dependency [prettier](https://github.com/prettier/prettier) from `v1.13.5` to `v1.13.6` <details> <summary>Release Notes</summary> ### [`v1.13.6`](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#​1136) [Compare Source](prettier/prettier@1.13.5...1.13.6) [diff](prettier/prettier@1.13.5...1.13.6) - Upgrade Flow parser to 0.75.0 ([#​4649](`https://github.com/prettier/prettier/pull/4649`) and [#​4727](`https://github.com/prettier/prettier/pull/4727`)) - Preserve type parameters of import-types in TypeScript ([#​4662](`https://github.com/prettier/prettier/pull/4662`)) - Preserve parens for type casting for sub-item ([#​4648](`https://github.com/prettier/prettier/pull/4648`)) --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com).
The main change in the parser is the support for optional catch bindings (which were a syntax error previously).