mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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:
@@ -8,5 +8,5 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
/*:: export type ErrorMap = { [id: string]: string; }; */
|
||||
/*:: export type ErrorMap = { [id: string]: string, ... }; */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user