Commit 5a3759e
Forward declare TurboModule in TurboModuleProvider (#54577)
Summary:
Pull Request resolved: #54577
Forward-declare so these headers can be parsed in targets which disable exceptions.
Changelog: [Internal]
Reviewed By: shwanton
Differential Revision: D87333893
fbshipit-source-id: e161b89f4cfadcefcfe5966eb7f21036829635a91 parent 0ee4a2d commit 5a3759e
File tree
2 files changed
+5
-4
lines changed- packages/react-native
- ReactCommon/react/runtime
- ReactCxxPlatform/react/nativemodule
2 files changed
+5
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 10 | | |
| 11 | + | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments