Skip to content

Codemod long deprecated * type to any#957

Closed
gkz wants to merge 1 commit into
facebook:mainfrom
gkz:export-D44358809
Closed

Codemod long deprecated * type to any#957
gkz wants to merge 1 commit into
facebook:mainfrom
gkz:export-D44358809

Conversation

@gkz
Copy link
Copy Markdown
Member

@gkz gkz commented Mar 24, 2023

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 *.

Changelog: [internal]

Reviewed By: pieterv, SamChou19815

Differential Revision: D44358809

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: 58024759bbccf69dfa7c29aa1a34828434310795
@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Mar 24, 2023
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D44358809

@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request has been merged in 3b26f11.

facebook-github-bot pushed a commit to facebook/react-native that referenced this pull request Mar 24, 2023
Summary:
Pull Request resolved: #36634

X-link: facebook/metro#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants