Use umbrellas instead of direct includes in react/runtime module - #58550
Open
j-piasecki wants to merge 7 commits into
Open
j-piasecki wants to merge 7 commits into
j-piasecki wants to merge 7 commits into
Conversation
j-piasecki
force-pushed
the
export-D120316197
branch
from
September 16, 2026 08:35
40b7b71 to
977bca6
Compare
Summary: The umbrella headers under `ReactCommon/**/React/` were only linked into their nested `ReactCommon/...` include dirs during the iOS SPM prebuild, so `#include <React/Debug.h>` (and the other umbrella headers) could not be resolved by the `React` framework, breaking the build. This diff links each umbrella header directory into the `React` header dir. Changelog: [Internal] Differential Revision: D120310677
…eact#58532) Summary: Changelog: [Internal] Update the reactperflogger module to use `React/Timing.h` umbrella include instead of a direct one. Differential Revision: D120116155
Summary: Changelog: [Internal] Update the timing module to use `React/Debug.h` umbrella include instead of a direct one. Differential Revision: D120137164
…g module Summary: Changelog: [Internal] Update the jsinspector-modern/tracing module to use `React/Timing.h` umbrella include instead of a direct one. Differential Revision: D120313623
…module Summary: Changelog: [Internal] Update the react/renderer/scheduler module to use the `React/RendererCore.h`, `React/Utils.h`, and `React/ComponentRegistry.h` umbrella includes instead of direct ones. Differential Revision: D120315036
Summary: Changelog: [Internal] Update the react/runtime module to use the `React/CallInvoker.h`, `React/RuntimeExecutor.h`, and `React/JSBigString.h` umbrella includes instead of direct ones. Differential Revision: D120316197
j-piasecki
force-pushed
the
export-D120316197
branch
from
September 16, 2026 12:42
977bca6 to
309779a
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Changelog: [Internal]
Update the react/runtime module to use the
React/CallInvoker.h,React/RuntimeExecutor.h, andReact/JSBigString.humbrella includes instead of direct ones.Differential Revision: D120316197