Cleanup: Remove `@typechecks`
Reviewed By: spicyj Differential Revision: D4010629 fbshipit-source-id: b243b2ca09cdfcaeec49b5f6850139d0461b80c5
This commit is contained in:
parent
9c3bfe0cbb
commit
a3868722f8
|
@ -23,7 +23,6 @@
|
|||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* @providesModule ListViewDataSource
|
||||
* @typechecks
|
||||
* @flow
|
||||
*/
|
||||
'use strict';
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
*
|
||||
* @providesModule NavigationCardStackPanResponder
|
||||
* @flow
|
||||
* @typechecks
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
*
|
||||
* @providesModule NavigationPagerPanResponder
|
||||
* @flow
|
||||
* @typechecks
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
*
|
||||
* @providesModule NavigationTreeNode
|
||||
* @flow
|
||||
* @typechecks
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
*
|
||||
* @providesModule EmitterSubscription
|
||||
* @noflow
|
||||
* @typechecks
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
|
|
Loading…
Reference in New Issue