Skip to content

Commit

Permalink
Remove @providesModule in www shims
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Apr 10, 2018
1 parent b846152 commit 3e9515e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions scripts/rollup/shims/facebook-www/EventPluginHub.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @providesModule EventPluginHub
*/

'use strict';
Expand Down
2 changes: 0 additions & 2 deletions scripts/rollup/shims/facebook-www/ReactBrowserEventEmitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @providesModule ReactBrowserEventEmitter
*/

'use strict';
Expand Down
2 changes: 0 additions & 2 deletions scripts/rollup/shims/facebook-www/ReactDOMComponentTree.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @providesModule ReactDOMComponentTree
*/

'use strict';
Expand Down
2 changes: 0 additions & 2 deletions scripts/rollup/shims/facebook-www/ReactInstanceMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @providesModule ReactInstanceMap
*/

'use strict';
Expand Down
2 changes: 0 additions & 2 deletions scripts/rollup/shims/facebook-www/TapEventPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @providesModule TapEventPlugin
*/

'use strict';
Expand Down
2 changes: 0 additions & 2 deletions scripts/rollup/shims/facebook-www/findDOMNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @providesModule findDOMNode
*/

'use strict';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @providesModule renderSubtreeIntoContainer
*/

'use strict';
Expand Down

0 comments on commit 3e9515e

Please sign in to comment.