Skip to content

Commit db01104

Browse files
committed
[compiler][entrypoint] Fix edgecases for noEmit and opt-outs (facebook#33148)
Title --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/33148). * facebook#33149 * __->__ facebook#33148 DiffTrain build for [3820740](facebook@3820740)
1 parent 7829e07 commit db01104

35 files changed

+280
-230
lines changed

compiled/eslint-plugin-react-hooks/index.js

Lines changed: 194 additions & 144 deletions
Large diffs are not rendered by default.

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21fdf308a1a01af69c28c00a70086aa1bd4c2411
1+
3820740a7fbfc3b27a5127b43bdad44382ff3ce0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21fdf308a1a01af69c28c00a70086aa1bd4c2411
1+
3820740a7fbfc3b27a5127b43bdad44382ff3ce0

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,7 @@ __DEV__ &&
15371537
exports.useTransition = function () {
15381538
return resolveDispatcher().useTransition();
15391539
};
1540-
exports.version = "19.2.0-www-classic-21fdf308-20250508";
1540+
exports.version = "19.2.0-www-classic-3820740a-20250509";
15411541
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15421542
"function" ===
15431543
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,7 @@ __DEV__ &&
15371537
exports.useTransition = function () {
15381538
return resolveDispatcher().useTransition();
15391539
};
1540-
exports.version = "19.2.0-www-modern-21fdf308-20250508";
1540+
exports.version = "19.2.0-www-modern-3820740a-20250509";
15411541
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15421542
"function" ===
15431543
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,4 +635,4 @@ exports.useSyncExternalStore = function (
635635
exports.useTransition = function () {
636636
return ReactSharedInternals.H.useTransition();
637637
};
638-
exports.version = "19.2.0-www-classic-21fdf308-20250508";
638+
exports.version = "19.2.0-www-classic-3820740a-20250509";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,4 +635,4 @@ exports.useSyncExternalStore = function (
635635
exports.useTransition = function () {
636636
return ReactSharedInternals.H.useTransition();
637637
};
638-
exports.version = "19.2.0-www-modern-21fdf308-20250508";
638+
exports.version = "19.2.0-www-modern-3820740a-20250509";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ exports.useSyncExternalStore = function (
639639
exports.useTransition = function () {
640640
return ReactSharedInternals.H.useTransition();
641641
};
642-
exports.version = "19.2.0-www-classic-21fdf308-20250508";
642+
exports.version = "19.2.0-www-classic-3820740a-20250509";
643643
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
644644
"function" ===
645645
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ exports.useSyncExternalStore = function (
639639
exports.useTransition = function () {
640640
return ReactSharedInternals.H.useTransition();
641641
};
642-
exports.version = "19.2.0-www-modern-21fdf308-20250508";
642+
exports.version = "19.2.0-www-modern-3820740a-20250509";
643643
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
644644
"function" ===
645645
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19065,10 +19065,10 @@ __DEV__ &&
1906519065
(function () {
1906619066
var internals = {
1906719067
bundleType: 1,
19068-
version: "19.2.0-www-classic-21fdf308-20250508",
19068+
version: "19.2.0-www-classic-3820740a-20250509",
1906919069
rendererPackageName: "react-art",
1907019070
currentDispatcherRef: ReactSharedInternals,
19071-
reconcilerVersion: "19.2.0-www-classic-21fdf308-20250508"
19071+
reconcilerVersion: "19.2.0-www-classic-3820740a-20250509"
1907219072
};
1907319073
internals.overrideHookState = overrideHookState;
1907419074
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19102,7 +19102,7 @@ __DEV__ &&
1910219102
exports.Shape = Shape;
1910319103
exports.Surface = Surface;
1910419104
exports.Text = Text;
19105-
exports.version = "19.2.0-www-classic-21fdf308-20250508";
19105+
exports.version = "19.2.0-www-classic-3820740a-20250509";
1910619106
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1910719107
"function" ===
1910819108
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)