Turn ReactDOMFiberComponent into a singleton

And turn on Flow.
This commit is contained in:
Sebastian Markbage
2016-11-15 17:15:14 +00:00
parent 9c3e9fbb05
commit ec178acf15
5 changed files with 472 additions and 518 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -7,6 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule ReactDOMFiberInput
* @flow
*/
'use strict';

View File

@@ -7,6 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule ReactDOMFiberOption
* @flow
*/
'use strict';

View File

@@ -7,6 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule ReactDOMFiberSelect
* @flow
*/
'use strict';

View File

@@ -7,6 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule ReactDOMFiberTextarea
* @flow
*/
'use strict';