Uh oh!
There was an error while loading. Please reload this page.
refactor: mv translateArrayTypeAnnotation (Flow,TS) fns > parsers-primitives.js - #35479
refactor: mv translateArrayTypeAnnotation (Flow,TS) fns > parsers-primitives.js#35479Pranav-yadav wants to merge 1 commit into
translateArrayTypeAnnotation (Flow,TS) fns > parsers-primitives.js#35479Conversation
0ecafa6 to
89ee2b0Compare
Base commit: 1b99473 |
This comment was marked as outdated.
This comment was marked as outdated.
89ee2b0 to
5d11c89Compare
This comment was marked as outdated.
This comment was marked as outdated.
90421d5 to
1301a1eComparepull-bot
commented
Nov 25, 2022
PR build artifact for 1301a1e70a162f42cbc2926f548cc04ee274aec9 is ready. |
pull-bot
commented
Nov 25, 2022
PR build artifact for 1301a1e70a162f42cbc2926f548cc04ee274aec9 is ready. |
facebook-github-bot
commented
Nov 28, 2022
@GijsWeterings has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
cipolleschi
left a comment
There was a problem hiding this comment.
Hi @Pranav-yadav, thank you for taking care of this.
I left a comment to simplify the code further. Let me know what do you think.
Uh oh!
There was an error while loading. Please reload this page.
….js` - combined `Flow` and `TS` `translateArrayTypeAnnotation` fn 's into common fn - moved it to `parsers-primitives.js` - re-organized imports and exports :)
1301a1e to
28177b8Compare@cipolleschi Tests are passing. Though, a general Qn for you; Tests |
analysis-bot
commented
Nov 29, 2022
Base commit: dccb57f |
pull-bot
commented
Nov 29, 2022
PR build artifact for 28177b8 is ready. |
pull-bot
commented
Nov 29, 2022
PR build artifact for 28177b8 is ready. |
cipolleschi
left a comment
There was a problem hiding this comment.
Uhm... It looks like that yarn lint is working, but it does not accept the import type syntax The CI jobs are green, so I guess that it is ok.
How are you invoking it?
facebook-github-bot
commented
Nov 30, 2022
@GijsWeterings has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
react-native-bot
commented
Nov 30, 2022
This pull request was successfully merged by @Pranav-yadav in 5a20bd5. When will my fix make it into a release? | Upcoming Releases |

Summary
This PR is a subtask of #34872
Moved
translateArrayTypeAnnotation(Flow,TS) fns toparsers-primitives.jsFlowandTStranslateArrayTypeAnnotationfn 's into common fnparsers-primitives.jsChangelog
[Internal] [Changed] - Moved
translateArrayTypeAnnotation(Flow,TS) fns toparsers-primitives.jsTest Plan
#00ff00yarn lint && yarn flow && yarn test-ci