mirror of
https://github.com/status-im/metro.git
synced 2025-01-20 16:09:21 +00:00
Remove @providesModule from polyfills
Summary: These are not modules and don't need a `providesModule` annotation. `sed -i -e '/providesModule/d' packager/src/Resolver/polyfills/*.js` Reviewed By: cpojer Differential Revision: D4605374 fbshipit-source-id: 5045a9664bc105dab15936f408d373da8d9322fe
This commit is contained in:
parent
c27751d4c3
commit
b936a8d20e
@ -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 Array.es6
|
||||
* @polyfill
|
||||
*/
|
||||
|
||||
|
@ -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 Array.prototype.es6
|
||||
* @polyfill
|
||||
*/
|
||||
|
||||
|
@ -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 Number.es6
|
||||
* @polyfill
|
||||
*/
|
||||
|
||||
|
@ -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 Object.es6
|
||||
* @polyfill
|
||||
*/
|
||||
|
||||
|
@ -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 Object.es7
|
||||
* @polyfill
|
||||
*/
|
||||
|
||||
|
@ -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 String.prototype.es6
|
||||
* @polyfill
|
||||
*/
|
||||
|
||||
|
@ -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 console
|
||||
* @polyfill
|
||||
* @nolint
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user