prettier/tests/jsx_spread
Christopher Chedeau 9ba0d69cb9
Upgrade flow to 0.64 (#3899)
* Upgrade flow to 0.64

This also enables spread operator on jsx on the flow parser:

```js
<div>{...list}</div>
```

I had no idea it was even a thing.

I had to comment out a flow test that no longer parses, but it's no longer in the flow repo and the comment said that it shouldn't be working anyway so I don't think it's going to be a problem.

* Fix build script
2018-02-06 09:01:58 -08:00
..
__snapshots__ Add support for JSXSpreadChild and fix comments inside JSXSpread (#3163) 2017-11-07 14:23:10 +11:00
attribute.js Add support for JSXSpreadChild and fix comments inside JSXSpread (#3163) 2017-11-07 14:23:10 +11:00
child.js Add support for JSXSpreadChild and fix comments inside JSXSpread (#3163) 2017-11-07 14:23:10 +11:00
jsfmt.spec.js Upgrade flow to 0.64 (#3899) 2018-02-06 09:01:58 -08:00