mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Turbo module codegen support interface like alias in module. In typescript, interface allows inheritance, but the codegen schema doesn't have such information. In this PR the codegen schema is not changed, interfaces are flattened. In the next change, I will update the codegen schema so that it allows inheritance, in order to generate more precise C++ code. ## Changelog [GENERAL] [CHANGED] - Turbo module codegen support interface like alias in module Pull Request resolved: https://github.com/facebook/react-native/pull/35812 Test Plan: `yarn jest react-native-codegen` passed Reviewed By: cortinico Differential Revision: D42475368 Pulled By: cipolleschi fbshipit-source-id: 26025f8a55b600dfea27026c998cd8b5fe752af4