manual annotations in preparation of natural inference rollout in xplat/js#51487
Closed
panagosg7 wants to merge 1 commit into
Closed
manual annotations in preparation of natural inference rollout in xplat/js#51487panagosg7 wants to merge 1 commit into
panagosg7 wants to merge 1 commit into
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D75114156 |
panagosg7
force-pushed
the
export-D75114156
branch
from
May 21, 2025 04:35
6f27edf to
648b8b9
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D75114156 |
panagosg7
force-pushed
the
export-D75114156
branch
from
May 21, 2025 04:38
648b8b9 to
bd98921
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D75114156 |
panagosg7
force-pushed
the
export-D75114156
branch
from
May 21, 2025 04:41
bd98921 to
34e5f90
Compare
…at/js (react#51487) Summary: The Flow team is improving the way Flow infers type for primitive literals. This diff prepares the codebase for the new behavior by adding type annotations, or annotations of the form `'abc' as const`. Changelog: [internal] Reviewed By: SamChou19815 Differential Revision: D75114156
panagosg7
force-pushed
the
export-D75114156
branch
from
May 21, 2025 06:06
34e5f90 to
af29e3b
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D75114156 |
facebook-github-bot
pushed a commit
to react/metro
that referenced
this pull request
May 21, 2025
…at/js Summary: X-link: react/react-native#51487 The Flow team is improving the way Flow infers type for primitive literals. This diff prepares the codebase for the new behavior by adding type annotations, or annotations of the form `'abc' as const`. Changelog: [internal] Reviewed By: SamChou19815 Differential Revision: D75114156 fbshipit-source-id: e3175af85cdd2388c3b45af4beb314f334e3f9b5
Contributor
|
This pull request has been merged in 5250b59. |
Collaborator
|
This pull request was successfully merged by @panagosg7 in 5250b59 When will my fix make it into a release? | How to file a pick request? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
The Flow team is improving the way Flow infers type for primitive literals. This diff prepares the codebase for the new behavior by adding type annotations, or annotations of the form
'abc' as const.Announcement: https://fb.workplace.com/groups/flowlang/permalink/1725180268087629/
Differential Revision: D75114156