Skip to content

Use umbrellas instead of direct includes in react/runtime module - #58550

Open
j-piasecki wants to merge 7 commits into
react:mainfrom
j-piasecki:export-D120316197
Open

j-piasecki wants to merge 7 commits into
react:mainfrom
j-piasecki:export-D120316197

Conversation

@j-piasecki

Copy link
Copy Markdown
Contributor

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

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 16, 2026
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
)

Summary:

Changelog: [Internal]

Update the bridging module to use `React/Bridging.h` and `React/RendererCore.h` umbrella includes instead of direct ones.

Differential Revision: D120311601
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant