-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mv emitMixedTypeAnnotation
fn > parsers-primitives.js
#35185
mv emitMixedTypeAnnotation
fn > parsers-primitives.js
#35185
Conversation
Base commit: 890805d |
Base commit: 890805d |
PR build artifact for 0888541 is ready. |
PR build artifact for 0888541 is ready. |
@rshest has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @Pranav-yadav in 95e685a. When will my fix make it into a release? | Upcoming Releases |
…5185) Summary: This PR is a task of facebook#34872 - Moved the [emitMixedTypeAnnotation](https://github.com/facebook/react-native/blob/main/packages/react-native-codegen/src/parsers/parsers-commons.js#L102) function to the [`parser-primitives.js` file](https://github.com/facebook/react-native/blob/main/packages/react-native-codegen/src/parsers/parsers-primitives.js). - Moved tests for the same respectively - Fixed/Updated imports and exports for the same respectively ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [INTERNAL] [Changed] - Moved the `emitMixedTypeAnnotation` function to the `parser-primitives.js` file. Pull Request resolved: facebook#35185 Test Plan: `yarn test-ci` ![image](https://user-images.githubusercontent.com/55224033/199693475-60c034bf-cd5c-4cb8-bfe8-e7c7ccbc4300.png) Reviewed By: cipolleschi Differential Revision: D40993027 Pulled By: rshest fbshipit-source-id: 5e025804f4ef6723396accf2f859483f76cb6cd6
Summary
This PR is a task of #34872
parser-primitives.js
file.Changelog
[INTERNAL] [Changed] - Moved the
emitMixedTypeAnnotation
function to theparser-primitives.js
file.Test Plan
yarn test-ci