Skip to content

Commit 10f1d47

Browse files
committed
[Flight] Make it more obvious what the short name in the I/O description represents (facebook#33944)
DiffTrain build for [ac7da9d](facebook@ac7da9d)
1 parent f891b68 commit 10f1d47

34 files changed

+86
-86
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e9638c33d7e79162516b89da31549af4090997a5
1+
ac7da9d46dbfacc6a2f5072a1b2fc9f432a857b9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e9638c33d7e79162516b89da31549af4090997a5
1+
ac7da9d46dbfacc6a2f5072a1b2fc9f432a857b9

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ __DEV__ &&
14341434
exports.useTransition = function () {
14351435
return resolveDispatcher().useTransition();
14361436
};
1437-
exports.version = "19.2.0-www-classic-e9638c33-20250721";
1437+
exports.version = "19.2.0-www-classic-ac7da9d4-20250721";
14381438
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14391439
"function" ===
14401440
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
@@ -1434,7 +1434,7 @@ __DEV__ &&
14341434
exports.useTransition = function () {
14351435
return resolveDispatcher().useTransition();
14361436
};
1437-
exports.version = "19.2.0-www-modern-e9638c33-20250721";
1437+
exports.version = "19.2.0-www-modern-ac7da9d4-20250721";
14381438
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14391439
"function" ===
14401440
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
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.2.0-www-classic-e9638c33-20250721";
613+
exports.version = "19.2.0-www-classic-ac7da9d4-20250721";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.2.0-www-modern-e9638c33-20250721";
613+
exports.version = "19.2.0-www-modern-ac7da9d4-20250721";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.2.0-www-classic-e9638c33-20250721";
617+
exports.version = "19.2.0-www-classic-ac7da9d4-20250721";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
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
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.2.0-www-modern-e9638c33-20250721";
617+
exports.version = "19.2.0-www-modern-ac7da9d4-20250721";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
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
@@ -19300,10 +19300,10 @@ __DEV__ &&
1930019300
(function () {
1930119301
var internals = {
1930219302
bundleType: 1,
19303-
version: "19.2.0-www-classic-e9638c33-20250721",
19303+
version: "19.2.0-www-classic-ac7da9d4-20250721",
1930419304
rendererPackageName: "react-art",
1930519305
currentDispatcherRef: ReactSharedInternals,
19306-
reconcilerVersion: "19.2.0-www-classic-e9638c33-20250721"
19306+
reconcilerVersion: "19.2.0-www-classic-ac7da9d4-20250721"
1930719307
};
1930819308
internals.overrideHookState = overrideHookState;
1930919309
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19337,7 +19337,7 @@ __DEV__ &&
1933719337
exports.Shape = Shape;
1933819338
exports.Surface = Surface;
1933919339
exports.Text = Text;
19340-
exports.version = "19.2.0-www-classic-e9638c33-20250721";
19340+
exports.version = "19.2.0-www-classic-ac7da9d4-20250721";
1934119341
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1934219342
"function" ===
1934319343
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
@@ -19071,10 +19071,10 @@ __DEV__ &&
1907119071
(function () {
1907219072
var internals = {
1907319073
bundleType: 1,
19074-
version: "19.2.0-www-modern-e9638c33-20250721",
19074+
version: "19.2.0-www-modern-ac7da9d4-20250721",
1907519075
rendererPackageName: "react-art",
1907619076
currentDispatcherRef: ReactSharedInternals,
19077-
reconcilerVersion: "19.2.0-www-modern-e9638c33-20250721"
19077+
reconcilerVersion: "19.2.0-www-modern-ac7da9d4-20250721"
1907819078
};
1907919079
internals.overrideHookState = overrideHookState;
1908019080
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19108,7 +19108,7 @@ __DEV__ &&
1910819108
exports.Shape = Shape;
1910919109
exports.Surface = Surface;
1911019110
exports.Text = Text;
19111-
exports.version = "19.2.0-www-modern-e9638c33-20250721";
19111+
exports.version = "19.2.0-www-modern-ac7da9d4-20250721";
1911219112
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1911319113
"function" ===
1911419114
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)