Skip to content

Commit 1d808f1

Browse files
authored
fix: remove @providesModule annotation
this is a proprietary facebookism that causing annoying, impossible-to-fix errors in Flow if more than one version of `warning` winds up on our `node_modules`.
1 parent 2dfa8b0 commit 1d808f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

warning.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
6-
*
7-
* @providesModule warning
86
*/
97

108
'use strict';

0 commit comments

Comments
 (0)