Skip to content

Commit

Permalink
Remove @providesModule remnants
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kassens committed Apr 2, 2024
1 parent ba5496d commit fe7ebfb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
- run: node ./scripts/prettier/index
- run: node ./scripts/tasks/eslint
- run: ./scripts/circleci/check_license.sh
- run: ./scripts/circleci/check_modules.sh
- run: ./scripts/circleci/test_print_warnings.sh

yarn_flow:
Expand Down
17 changes: 0 additions & 17 deletions scripts/circleci/check_modules.sh

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/rollup/wrappers.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ ${license}
*
* @noflow
* @nolint
* @providesModule ${globalName}-dev
* @preventMunge
* ${getSigningToken()}
*/
Expand All @@ -421,7 +420,6 @@ ${license}
*
* @noflow
* @nolint
* @providesModule ${globalName}-prod
* @preventMunge
* ${getSigningToken()}
*/
Expand All @@ -436,7 +434,6 @@ ${license}
*
* @noflow
* @nolint
* @providesModule ${globalName}-profiling
* @preventMunge
* ${getSigningToken()}
*/
Expand Down

0 comments on commit fe7ebfb

Please sign in to comment.