Skip to content

Commit be8434b

Browse files
committed
[Fizz] Unify preamble only fields to save a field (#35068)
Stacked on #35067. Same idea of saving a field on the SuspenseBoundary in the common case. The case where they can have a preamble is rare. DiffTrain build for [fa50caf](fa50caf)
1 parent 0b7bcc8 commit be8434b

36 files changed

+258
-228
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1e986f514f7fdf73d013bf6595a47dfcb0cf2da7
1+
fa50caf5f84bb8976aa1dbff7f15a821e44e7af7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1e986f514f7fdf73d013bf6595a47dfcb0cf2da7
1+
fa50caf5f84bb8976aa1dbff7f15a821e44e7af7

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ __DEV__ &&
14991499
exports.useTransition = function () {
15001500
return resolveDispatcher().useTransition();
15011501
};
1502-
exports.version = "19.3.0-www-classic-1e986f51-20251107";
1502+
exports.version = "19.3.0-www-classic-fa50caf5-20251107";
15031503
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15041504
"function" ===
15051505
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
@@ -1499,7 +1499,7 @@ __DEV__ &&
14991499
exports.useTransition = function () {
15001500
return resolveDispatcher().useTransition();
15011501
};
1502-
exports.version = "19.3.0-www-modern-1e986f51-20251107";
1502+
exports.version = "19.3.0-www-modern-fa50caf5-20251107";
15031503
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15041504
"function" ===
15051505
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
@@ -606,4 +606,4 @@ exports.useSyncExternalStore = function (
606606
exports.useTransition = function () {
607607
return ReactSharedInternals.H.useTransition();
608608
};
609-
exports.version = "19.3.0-www-classic-1e986f51-20251107";
609+
exports.version = "19.3.0-www-classic-fa50caf5-20251107";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,4 +606,4 @@ exports.useSyncExternalStore = function (
606606
exports.useTransition = function () {
607607
return ReactSharedInternals.H.useTransition();
608608
};
609-
exports.version = "19.3.0-www-modern-1e986f51-20251107";
609+
exports.version = "19.3.0-www-modern-fa50caf5-20251107";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.3.0-www-classic-1e986f51-20251107";
613+
exports.version = "19.3.0-www-classic-fa50caf5-20251107";
614614
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
615615
"function" ===
616616
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
@@ -610,7 +610,7 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.3.0-www-modern-1e986f51-20251107";
613+
exports.version = "19.3.0-www-modern-fa50caf5-20251107";
614614
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
615615
"function" ===
616616
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
@@ -20441,10 +20441,10 @@ __DEV__ &&
2044120441
(function () {
2044220442
var internals = {
2044320443
bundleType: 1,
20444-
version: "19.3.0-www-classic-1e986f51-20251107",
20444+
version: "19.3.0-www-classic-fa50caf5-20251107",
2044520445
rendererPackageName: "react-art",
2044620446
currentDispatcherRef: ReactSharedInternals,
20447-
reconcilerVersion: "19.3.0-www-classic-1e986f51-20251107"
20447+
reconcilerVersion: "19.3.0-www-classic-fa50caf5-20251107"
2044820448
};
2044920449
internals.overrideHookState = overrideHookState;
2045020450
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20479,7 +20479,7 @@ __DEV__ &&
2047920479
exports.Shape = Shape;
2048020480
exports.Surface = Surface;
2048120481
exports.Text = Text;
20482-
exports.version = "19.3.0-www-classic-1e986f51-20251107";
20482+
exports.version = "19.3.0-www-classic-fa50caf5-20251107";
2048320483
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2048420484
"function" ===
2048520485
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20212,10 +20212,10 @@ __DEV__ &&
2021220212
(function () {
2021320213
var internals = {
2021420214
bundleType: 1,
20215-
version: "19.3.0-www-modern-1e986f51-20251107",
20215+
version: "19.3.0-www-modern-fa50caf5-20251107",
2021620216
rendererPackageName: "react-art",
2021720217
currentDispatcherRef: ReactSharedInternals,
20218-
reconcilerVersion: "19.3.0-www-modern-1e986f51-20251107"
20218+
reconcilerVersion: "19.3.0-www-modern-fa50caf5-20251107"
2021920219
};
2022020220
internals.overrideHookState = overrideHookState;
2022120221
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20250,7 +20250,7 @@ __DEV__ &&
2025020250
exports.Shape = Shape;
2025120251
exports.Surface = Surface;
2025220252
exports.Text = Text;
20253-
exports.version = "19.3.0-www-modern-1e986f51-20251107";
20253+
exports.version = "19.3.0-www-modern-fa50caf5-20251107";
2025420254
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2025520255
"function" ===
2025620256
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)