Codemod long deprecated * type to any#36634
Closed
gkz wants to merge 1 commit into
Closed
Conversation
Summary: The existential type `*` has been deprecated and just an alias for `any` since version 0.163. Codemod usage of it to `any`. This helps with diff D44276187, which makes it always an error to use `*`. Reviewed By: pieterv, SamChou19815 Differential Revision: D44358809 fbshipit-source-id: 8cfea88d1da7757c1fe808baf2fe691b475681dc
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D44358809 |
Base commit: ebc97a6 |
facebook-github-bot
pushed a commit
to facebook/metro
that referenced
this pull request
Mar 24, 2023
Summary: X-link: facebook/react-native#36634 Pull Request resolved: #957 The existential type `*` has been deprecated and just an alias for `any` since version 0.163. Codemod usage of it to `any`. This helps with diff D44276187, which makes it always an error to use `*`. Changelog: [internal] Reviewed By: pieterv, SamChou19815 Differential Revision: D44358809 fbshipit-source-id: c6bb55430edd086958e16989c60bc2a0a131a3fe
Contributor
|
This pull request has been merged in 2222b81. |
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 existential type
*has been deprecated and just an alias foranysince version 0.163. Codemod usage of it toany.This helps with diff D44276187, which makes it always an error to use
*.Changelog: [internal]
Reviewed By: pieterv, SamChou19815
Differential Revision: D44358809