prettier/tests/flow/constructor_annots
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__ Upgrade flow to 0.64 (#3899) 2018-02-06 09:01:58 -08:00
constructors.js Upgrade flow to 0.64 (#3899) 2018-02-06 09:01:58 -08:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
test.js Move tests around (#454) 2017-01-24 14:35:37 -08:00