chore: Extract codegen ParserError from flow and typescript into a common file#34874
Closed
gabrieldonadel wants to merge 1 commit into
Closed
chore: Extract codegen ParserError from flow and typescript into a common file#34874gabrieldonadel wants to merge 1 commit into
gabrieldonadel wants to merge 1 commit into
Conversation
Base commit: ae3dd54 |
Base commit: ae3dd54 |
Contributor
|
@hramos has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
cipolleschi
approved these changes
Oct 6, 2022
cortinico
approved these changes
Oct 6, 2022
Contributor
|
I'm sorry, we are landing some changes and these introduced some conflicts. Could you rebase and fix them, please? 🙏 |
261a7bc to
3c05118
Compare
Collaborator
Author
Sure @cipolleschi, no problem |
Contributor
|
/rebase |
3c05118 to
ffef1c5
Compare
Contributor
|
@hramos could you reimport this? 🙏 |
Contributor
|
@hramos has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Collaborator
|
This pull request was successfully merged by @gabrieldonadel in 7227bde. When will my fix make it into a release? | Upcoming Releases |
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
This PR extracts the
ParserErrorclass from theerror.jsfiles from the flow and typescript folders into a single file in their parent folder in order to reduce the amount of duplicated code as requested on #34872Changelog
[Internal] [Changed] - Extract codegen
ParserErrorfrom flow and typescript folders into a common fileTest Plan
Run
yarn jest react-native-codegenand ensure CI is green