Cleanup: Remove `@typechecks`

Reviewed By: spicyj

Differential Revision: D4010629

fbshipit-source-id: b243b2ca09cdfcaeec49b5f6850139d0461b80c5
This commit is contained in:
Tim Yung 2016-10-12 19:22:07 -07:00 committed by Facebook Github Bot
parent 9c3bfe0cbb
commit a3868722f8
5 changed files with 0 additions and 5 deletions

View File

@ -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';

View File

@ -8,7 +8,6 @@
* *
* @providesModule NavigationCardStackPanResponder * @providesModule NavigationCardStackPanResponder
* @flow * @flow
* @typechecks
*/ */
'use strict'; 'use strict';

View File

@ -8,7 +8,6 @@
* *
* @providesModule NavigationPagerPanResponder * @providesModule NavigationPagerPanResponder
* @flow * @flow
* @typechecks
*/ */
'use strict'; 'use strict';

View File

@ -3,7 +3,6 @@
* *
* @providesModule NavigationTreeNode * @providesModule NavigationTreeNode
* @flow * @flow
* @typechecks
*/ */
'use strict'; 'use strict';

View File

@ -8,7 +8,6 @@
* *
* @providesModule EmitterSubscription * @providesModule EmitterSubscription
* @noflow * @noflow
* @typechecks
*/ */
'use strict'; 'use strict';