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.
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* @providesModule ListViewDataSource
|
* @providesModule ListViewDataSource
|
||||||
* @typechecks
|
|
||||||
* @flow
|
* @flow
|
||||||
*/
|
*/
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
*
|
*
|
||||||
* @providesModule NavigationCardStackPanResponder
|
* @providesModule NavigationCardStackPanResponder
|
||||||
* @flow
|
* @flow
|
||||||
* @typechecks
|
|
||||||
*/
|
*/
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
*
|
*
|
||||||
* @providesModule NavigationPagerPanResponder
|
* @providesModule NavigationPagerPanResponder
|
||||||
* @flow
|
* @flow
|
||||||
* @typechecks
|
|
||||||
*/
|
*/
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
*
|
*
|
||||||
* @providesModule NavigationTreeNode
|
* @providesModule NavigationTreeNode
|
||||||
* @flow
|
* @flow
|
||||||
* @typechecks
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
*
|
*
|
||||||
* @providesModule EmitterSubscription
|
* @providesModule EmitterSubscription
|
||||||
* @noflow
|
* @noflow
|
||||||
* @typechecks
|
|
||||||
*/
|
*/
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue