From a79d86b1529674326003995b0439ddd422331bf6 Mon Sep 17 00:00:00 2001 From: Ashoat Tevosyan Date: Thu, 28 Sep 2017 15:42:14 -0400 Subject: [PATCH] Remove @providesModule declarations in src/utils to avoid Flow conflicts with fbjs package (#2665) --- src/utils/invariant.js | 2 -- src/utils/shallowEqual.js | 1 - 2 files changed, 3 deletions(-) diff --git a/src/utils/invariant.js b/src/utils/invariant.js index 55fef458..d635184f 100644 --- a/src/utils/invariant.js +++ b/src/utils/invariant.js @@ -5,8 +5,6 @@ * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. - * - * @providesModule invariant */ 'use strict'; diff --git a/src/utils/shallowEqual.js b/src/utils/shallowEqual.js index 95188a1f..498260cf 100644 --- a/src/utils/shallowEqual.js +++ b/src/utils/shallowEqual.js @@ -6,7 +6,6 @@ * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * - * @providesModule shallowEqual * @typechecks * @flow */