Update Flow to 0.84 (#17805)

* Update Flow to 0.84

* Fix violations

* Use inexact object syntax in files from fbsource

* Fix warning extraction to use a modern parser

* Codemod inexact objects to new syntax

* Tighten types that can be exact

* Revert unintentional formatting changes from codemod
This commit is contained in:
Dan Abramov
2020-01-09 14:50:44 +00:00
committed by GitHub
parent b979db4e72
commit e706721490
97 changed files with 313 additions and 233 deletions
+1 -1
View File
@@ -8,5 +8,5 @@
*/
'use strict';
/*:: export type ErrorMap = { [id: string]: string; }; */
/*:: export type ErrorMap = { [id: string]: string, ... }; */