mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d63c46de7e
Summary: Fix flow test case input in react-native-codegen package that has syntax errors. Missing ";" after export type, Missing ";" or "," after interface/object type member signature, Missing ":" in method signature, etc ## Changelog [General] [Fixed] - Fix flow test case input in react-native-codegen package Pull Request resolved: https://github.com/facebook/react-native/pull/26316 Test Plan: Parsed files using flow parser, but some test cases are intended to have syntax error, in this case I fixed unexpected ones. Reviewed By: rickhanlonii Differential Revision: D17194969 Pulled By: osdnk fbshipit-source-id: 262d0af4d9e7e74f7ba3eb30c4fd9753c08f3bf7