-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turbo module codegen support interface like alias in module (#35812)
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: #35812 Test Plan: `yarn jest react-native-codegen` passed Reviewed By: cortinico Differential Revision: D42475368 Pulled By: cipolleschi fbshipit-source-id: 26025f8a55b600dfea27026c998cd8b5fe752af4
- Loading branch information
1 parent
0f8dc06
commit 8befb74
Showing
5 changed files
with
201 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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