Skip to content

Commit cb48ecc

Browse files
kassensAndyPengc12
authored andcommitted
Remove @providesModule remnants (facebook#28720)
Remove @providesModule remnants Removes `@providesModule` from the generated RN modules and CI validation that no `@providesModule` is added which should no longer be needed as this has been the case for years now.
1 parent d6e5a43 commit cb48ecc

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
- run: node ./scripts/prettier/index
8585
- run: node ./scripts/tasks/eslint
8686
- run: ./scripts/circleci/check_license.sh
87-
- run: ./scripts/circleci/check_modules.sh
8887
- run: ./scripts/circleci/test_print_warnings.sh
8988

9089
yarn_flow:

scripts/circleci/check_modules.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

scripts/rollup/wrappers.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ ${license}
406406
*
407407
* @noflow
408408
* @nolint
409-
* @providesModule ${globalName}-dev
410409
* @preventMunge
411410
* ${getSigningToken()}
412411
*/
@@ -421,7 +420,6 @@ ${license}
421420
*
422421
* @noflow
423422
* @nolint
424-
* @providesModule ${globalName}-prod
425423
* @preventMunge
426424
* ${getSigningToken()}
427425
*/
@@ -436,7 +434,6 @@ ${license}
436434
*
437435
* @noflow
438436
* @nolint
439-
* @providesModule ${globalName}-profiling
440437
* @preventMunge
441438
* ${getSigningToken()}
442439
*/

0 commit comments

Comments
 (0)