Use public imports in Codegen fixtures (#58572) - #58572
Closed
rubennorte wants to merge 3 commits into
Closed
rubennorte wants to merge 3 commits into
rubennorte wants to merge 3 commits into
Conversation
|
@rubennorte has exported this pull request. If you are a Meta employee, you can view the originating Diff in D120537584. |
rubennorte
added a commit
to rubennorte/react-native
that referenced
this pull request
Sep 17, 2026
Summary: Pull Request resolved: react#58572 Migrate Codegen and compatibility fixtures from React Native deep imports to the public `react-native` entry point. Reference codegen-only types through the exported `CodegenTypes` namespace. Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D120537584
rubennorte
force-pushed
the
export-D120537584
branch
from
September 17, 2026 16:23
51ef804 to
2f578f3
Compare
rubennorte
added a commit
to rubennorte/react-native
that referenced
this pull request
Sep 18, 2026
Summary: Pull Request resolved: react#58572 Migrate Codegen and compatibility fixtures from React Native deep imports to the public `react-native` entry point. Reference codegen-only types through the exported `CodegenTypes` namespace. Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D120537584
rubennorte
force-pushed
the
export-D120537584
branch
from
September 18, 2026 10:40
2f578f3 to
b8ee60d
Compare
rubennorte
added a commit
to rubennorte/react-native
that referenced
this pull request
Sep 18, 2026
Summary: Pull Request resolved: react#58572 Migrate Codegen and compatibility fixtures from React Native deep imports to the public `react-native` entry point. Reference codegen-only types through the exported `CodegenTypes` namespace. Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D120537584
rubennorte
force-pushed
the
export-D120537584
branch
from
September 18, 2026 10:58
b8ee60d to
4896c5e
Compare
rubennorte
added a commit
to rubennorte/react-native
that referenced
this pull request
Sep 18, 2026
Summary: Pull Request resolved: react#58572 Migrate Codegen and compatibility fixtures from React Native deep imports to the public `react-native` entry point. Reference codegen-only types through the exported `CodegenTypes` namespace. Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D120537584
rubennorte
force-pushed
the
export-D120537584
branch
from
September 18, 2026 11:04
4896c5e to
ee104fe
Compare
Summary: Replace eligible React Native deep imports in Fantom tests with package exports, Fantom APIs, DOM globals, and types derived from exported symbols. Keep implementation-specific imports where the public surface does not expose equivalent behavior or compatible Flow types. Changelog: [Internal] Differential Revision: D120517166
Summary: Replace Fantom test imports of internal Event, EventTarget, AbortController, and feature flag modules with supported exports and global DOM APIs. Add the missing static Event phase constants to the DOM Flow declarations so constructor constants remain typed, and route trusted-event coverage through `dispatchNativeEvent`. Changelog: [Internal] Differential Revision: D120528709
rubennorte
added a commit
to rubennorte/react-native
that referenced
this pull request
Sep 18, 2026
Summary: Pull Request resolved: react#58572 Migrate Codegen and compatibility fixtures from React Native deep imports to the public `react-native` entry point. Reference codegen-only types through the exported `CodegenTypes` namespace. Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D120537584
rubennorte
force-pushed
the
export-D120537584
branch
from
September 18, 2026 11:32
ee104fe to
0a476c7
Compare
rubennorte
added a commit
to rubennorte/react-native
that referenced
this pull request
Sep 18, 2026
Summary: Pull Request resolved: react#58572 Migrate Codegen and compatibility fixtures from React Native deep imports to the public `react-native` entry point. Reference codegen-only types through the exported `CodegenTypes` namespace. Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D120537584
rubennorte
force-pushed
the
export-D120537584
branch
from
September 18, 2026 11:37
0a476c7 to
c07c233
Compare
Summary: Pull Request resolved: react#58572 Migrate Codegen and compatibility fixtures from React Native deep imports to the public `react-native` entry point. Reference codegen-only types through the exported `CodegenTypes` namespace. Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D120537584
rubennorte
force-pushed
the
export-D120537584
branch
from
September 18, 2026 11:45
c07c233 to
c5fc467
Compare
|
This pull request has been merged in ffbca04. |
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:
Migrate Codegen and compatibility fixtures from React Native deep imports to the public
react-nativeentry point. Reference codegen-only types through the exportedCodegenTypesnamespace.Changelog: [Internal]
Reviewed By: christophpurrer
Differential Revision: D120537584