Skip to content

Commit

Permalink
Make RN feature flags Flow strict (facebook#46530)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#46530

Changelog: [internal]

There's nothing preventing these modules from being `flow strict` instead of `flow strict-local`, so we can just make the change.

Differential Revision: D62763719
  • Loading branch information
rubennorte authored and facebook-github-bot committed Sep 17, 2024
1 parent cf42288 commit 44cf405
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function (definitions: FeatureFlagDefinitions): string {
* LICENSE file in the root directory of this source tree.
*
* ${signedsource.getSigningToken()}
* @flow strict-local
* @flow strict
*/
${DO_NOT_MODIFY_COMMENT}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function (definitions: FeatureFlagDefinitions): string {
* LICENSE file in the root directory of this source tree.
*
* ${signedsource.getSigningToken()}
* @flow strict-local
* @flow strict
*/
${DO_NOT_MODIFY_COMMENT}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<2dad4a59eb97dc6737765c548830fcbf>>
* @flow strict-local
* @generated SignedSource<<08cb1ef37f80dbd53e1aa9ff5ba97286>>
* @flow strict
*/

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow strict-local
* @flow strict
* @format
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<cbe89e7ba78af155f751f19e48cb6557>>
* @flow strict-local
* @generated SignedSource<<f6141b4f123769f8e7fb08ca7ac1d439>>
* @flow strict
*/

/**
Expand Down

0 comments on commit 44cf405

Please sign in to comment.