-
Notifications
You must be signed in to change notification settings - Fork 25k
trigger codegenned reflection if module is a turbomodule #36672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Differential Revision: D44445586 fbshipit-source-id: e5582ca489b47b46a21ee3168601df6a2af935c4
Differential Revision: D44450433 fbshipit-source-id: e4851de44c547a44a7023a61068d585835455188
Summary: Changelog: [Internal] if we look at usages of ReactModuleWithSpec, we see that it's existence was to simply identify generated native modules since the inheritance graph of native modules was different if they were generated. this was introduced before we created the TurboModule interface, which all codegenned native modules also conform to. since that exists now, there's no need for both of these. this is the only callsite in our code where ReactModuleWithSpec triggers any logic, so i'm updating it. Differential Revision: D44450687 fbshipit-source-id: 622007e0bceb9d4984bde561f6dec240872dd1b8
|
This pull request was exported from Phabricator. Differential Revision: D44450687 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D44450687 |
) Summary: Pull Request resolved: facebook#36672 Changelog: [Internal] if we look at usages of ReactModuleWithSpec, we see that it's existence was to simply identify generated native modules since the inheritance graph of native modules was different if they were generated. this was introduced before we created the TurboModule interface, which all codegenned native modules also conform to. since that exists now, there's no need for both of these. this is the only callsite in our code where ReactModuleWithSpec triggers any logic, so i'm updating it. Differential Revision: D44450687 fbshipit-source-id: 799bac320851edfc09048446c9a5f947a126d9c7
Base commit: d9f7c4c |
) Summary: Pull Request resolved: facebook#36672 Changelog: [Internal] if we look at usages of ReactModuleWithSpec, we see that it's existence was to simply identify generated native modules since the inheritance graph of native modules was different if they were generated. this was introduced before we created the TurboModule interface, which all codegenned native modules also conform to. since that exists now, there's no need for both of these. this is the only callsite in our code where ReactModuleWithSpec triggers any logic, so i'm updating it. Differential Revision: D44450687 fbshipit-source-id: 97520424e4c781cf97aaaf1cfa55e2c1dc63761a
|
This pull request was exported from Phabricator. Differential Revision: D44450687 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D44450687 |
) Summary: Pull Request resolved: facebook#36672 Changelog: [Internal] if we look at usages of ReactModuleWithSpec, we see that it's existence was to simply identify generated native modules since the inheritance graph of native modules was different if they were generated. this was introduced before we created the TurboModule interface, which all codegenned native modules also conform to. since that exists now, there's no need for both of these. this is the only callsite in our code where ReactModuleWithSpec triggers any logic, so i'm updating it. Reviewed By: javache Differential Revision: D44450687 fbshipit-source-id: c89840c4c94fba14afd80939b80dbab4672d74d1
|
This pull request was exported from Phabricator. Differential Revision: D44450687 |
) Summary: Pull Request resolved: facebook#36672 Changelog: [Internal] if we look at usages of ReactModuleWithSpec, we see that it's existence was to simply identify generated native modules since the inheritance graph of native modules was different if they were generated. this was introduced before we created the TurboModule interface, which all codegenned native modules also conform to. since that exists now, there's no need for both of these. this is the only callsite in our code where ReactModuleWithSpec triggers any logic, so i'm updating it. Reviewed By: javache Differential Revision: D44450687 fbshipit-source-id: 4ec83ffc71c78eb37387bd931f9226c4e35dca97
) Summary: Pull Request resolved: facebook#36672 Changelog: [Internal] if we look at usages of ReactModuleWithSpec, we see that it's existence was to simply identify generated native modules since the inheritance graph of native modules was different if they were generated. this was introduced before we created the TurboModule interface, which all codegenned native modules also conform to. since that exists now, there's no need for both of these. this is the only callsite in our code where ReactModuleWithSpec triggers any logic, so i'm updating it. Reviewed By: javache Differential Revision: D44450687 fbshipit-source-id: 03af1cad1b1e7f89b008727137974d1ef57ceea2
|
This pull request was exported from Phabricator. Differential Revision: D44450687 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D44450687 |
) Summary: Pull Request resolved: facebook#36672 Changelog: [Internal] if we look at usages of ReactModuleWithSpec, we see that it's existence was to simply identify generated native modules since the inheritance graph of native modules was different if they were generated. this was introduced before we created the TurboModule interface, which all codegenned native modules also conform to. since that exists now, there's no need for both of these. this is the only callsite in our code where ReactModuleWithSpec triggers any logic, so i'm updating it. Reviewed By: javache Differential Revision: D44450687 fbshipit-source-id: 3d7d4abdbf9979a9c6a37d7400ac7b52d94e6560
|
This pull request was exported from Phabricator. Differential Revision: D44450687 |
) Summary: Pull Request resolved: facebook#36672 Changelog: [Internal] if we look at usages of ReactModuleWithSpec, we see that it's existence was to simply identify generated native modules since the inheritance graph of native modules was different if they were generated. this was introduced before we created the TurboModule interface, which all codegenned native modules also conform to. since that exists now, there's no need for both of these. this is the only callsite in our code where ReactModuleWithSpec triggers any logic, so i'm updating it. Reviewed By: javache Differential Revision: D44450687 fbshipit-source-id: a84e04e1b8fc403545bfd689836995f9e61b8624
) Summary: Pull Request resolved: facebook#36672 Changelog: [Internal] if we look at usages of ReactModuleWithSpec, we see that it's existence was to simply identify generated native modules since the inheritance graph of native modules was different if they were generated. this was introduced before we created the TurboModule interface, which all codegenned native modules also conform to. since that exists now, there's no need for both of these. this is the only callsite in our code where ReactModuleWithSpec triggers any logic, so i'm updating it. Reviewed By: javache Differential Revision: D44450687 fbshipit-source-id: be205d38ffab4ddabf617e133ca5fb82d0ee35bc
|
This pull request was exported from Phabricator. Differential Revision: D44450687 |
Summary: Pull Request resolved: #36672 Changelog: [Internal] if we look at usages of ReactModuleWithSpec, we see that it's existence was to simply identify generated native modules since the inheritance graph of native modules was different if they were generated. this was introduced before we created the TurboModule interface, which all codegenned native modules also conform to. since that exists now, there's no need for both of these. this is the only callsite in our code where ReactModuleWithSpec triggers any logic, so i'm updating it. bypass-github-export-checks Reviewed By: javache Differential Revision: D44450687 fbshipit-source-id: f9c26fce8e360b6e319153aad83fc788079bac91
|
This pull request was successfully merged by @philIip in bd7aa2c. When will my fix make it into a release? | Upcoming Releases |
) Summary: Pull Request resolved: facebook#36672 Changelog: [Internal] if we look at usages of ReactModuleWithSpec, we see that it's existence was to simply identify generated native modules since the inheritance graph of native modules was different if they were generated. this was introduced before we created the TurboModule interface, which all codegenned native modules also conform to. since that exists now, there's no need for both of these. this is the only callsite in our code where ReactModuleWithSpec triggers any logic, so i'm updating it. bypass-github-export-checks Reviewed By: javache Differential Revision: D44450687 fbshipit-source-id: f9c26fce8e360b6e319153aad83fc788079bac91
) Summary: Pull Request resolved: facebook#36672 Changelog: [Internal] if we look at usages of ReactModuleWithSpec, we see that it's existence was to simply identify generated native modules since the inheritance graph of native modules was different if they were generated. this was introduced before we created the TurboModule interface, which all codegenned native modules also conform to. since that exists now, there's no need for both of these. this is the only callsite in our code where ReactModuleWithSpec triggers any logic, so i'm updating it. bypass-github-export-checks Reviewed By: javache Differential Revision: D44450687 fbshipit-source-id: f9c26fce8e360b6e319153aad83fc788079bac91
Summary:
Changelog: [Internal]
if we look at usages of ReactModuleWithSpec, we see that it's existence was to simply identify generated native modules since the inheritance graph of native modules was different if they were generated.
this was introduced before we created the TurboModule interface, which all codegenned native modules also conform to. since that exists now, there's no need for both of these. this is the only callsite in our code where ReactModuleWithSpec triggers any logic, so i'm updating it.
Differential Revision: D44450687