-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[Codegen 129]: add emitObjectProp in parser primitives #37872
Conversation
@rshest has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
643c0cf
to
deab6e8
Compare
deab6e8
to
949fe29
Compare
Base commit: b03c5af |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @tarunrajput for taking the time to work on this!
@rshest @cipolleschi , It seems the this PR was not merged correctly. So, I've opened a follow-up PR #37904 |
@tarunrajput I'm sorry for this. Thank you for the followup! |
Summary: This is a follow up PR to #37872 as it was not merged correctly. ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [Internal][Changed]: Add emitObjectProp in parser primitives Pull Request resolved: #37904 Test Plan: `yarn test react-native-codegen` Reviewed By: cipolleschi Differential Revision: D46753690 Pulled By: rshest fbshipit-source-id: a1d0a727222066f3721f62427a51ee0317e06f13
Summary:
Part of #34872
Changelog:
[Internal][Changed]: Add emitObjectProp in parser primitives
Test Plan:
yarn test react-native-codegen