Skip to content

Commit d23c0f7

Browse files
committed
Allow running download_devtools_regression_build.js on a clean repo (facebook#34456)
DiffTrain build for [47664de](facebook@47664de)
1 parent 30682a0 commit d23c0f7

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-
8a8e9a7edf16fabc1335c9910bddfef66737ee4e
1+
47664deb8e981ec0425731495be1c5826ce90956
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8a8e9a7edf16fabc1335c9910bddfef66737ee4e
1+
47664deb8e981ec0425731495be1c5826ce90956

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ __DEV__ &&
14191419
exports.useTransition = function () {
14201420
return resolveDispatcher().useTransition();
14211421
};
1422-
exports.version = "19.2.0-www-classic-8a8e9a7e-20250912";
1422+
exports.version = "19.2.0-www-classic-47664deb-20250913";
14231423
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14241424
"function" ===
14251425
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
@@ -1419,7 +1419,7 @@ __DEV__ &&
14191419
exports.useTransition = function () {
14201420
return resolveDispatcher().useTransition();
14211421
};
1422-
exports.version = "19.2.0-www-modern-8a8e9a7e-20250912";
1422+
exports.version = "19.2.0-www-modern-47664deb-20250913";
14231423
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14241424
"function" ===
14251425
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
@@ -602,4 +602,4 @@ exports.useSyncExternalStore = function (
602602
exports.useTransition = function () {
603603
return ReactSharedInternals.H.useTransition();
604604
};
605-
exports.version = "19.2.0-www-classic-8a8e9a7e-20250912";
605+
exports.version = "19.2.0-www-classic-47664deb-20250913";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,4 +602,4 @@ exports.useSyncExternalStore = function (
602602
exports.useTransition = function () {
603603
return ReactSharedInternals.H.useTransition();
604604
};
605-
exports.version = "19.2.0-www-modern-8a8e9a7e-20250912";
605+
exports.version = "19.2.0-www-modern-47664deb-20250913";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ exports.useSyncExternalStore = function (
606606
exports.useTransition = function () {
607607
return ReactSharedInternals.H.useTransition();
608608
};
609-
exports.version = "19.2.0-www-classic-8a8e9a7e-20250912";
609+
exports.version = "19.2.0-www-classic-47664deb-20250913";
610610
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
611611
"function" ===
612612
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
@@ -606,7 +606,7 @@ exports.useSyncExternalStore = function (
606606
exports.useTransition = function () {
607607
return ReactSharedInternals.H.useTransition();
608608
};
609-
exports.version = "19.2.0-www-modern-8a8e9a7e-20250912";
609+
exports.version = "19.2.0-www-modern-47664deb-20250913";
610610
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
611611
"function" ===
612612
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
@@ -19754,10 +19754,10 @@ __DEV__ &&
1975419754
(function () {
1975519755
var internals = {
1975619756
bundleType: 1,
19757-
version: "19.2.0-www-classic-8a8e9a7e-20250912",
19757+
version: "19.2.0-www-classic-47664deb-20250913",
1975819758
rendererPackageName: "react-art",
1975919759
currentDispatcherRef: ReactSharedInternals,
19760-
reconcilerVersion: "19.2.0-www-classic-8a8e9a7e-20250912"
19760+
reconcilerVersion: "19.2.0-www-classic-47664deb-20250913"
1976119761
};
1976219762
internals.overrideHookState = overrideHookState;
1976319763
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19791,7 +19791,7 @@ __DEV__ &&
1979119791
exports.Shape = Shape;
1979219792
exports.Surface = Surface;
1979319793
exports.Text = Text;
19794-
exports.version = "19.2.0-www-classic-8a8e9a7e-20250912";
19794+
exports.version = "19.2.0-www-classic-47664deb-20250913";
1979519795
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1979619796
"function" ===
1979719797
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
@@ -19525,10 +19525,10 @@ __DEV__ &&
1952519525
(function () {
1952619526
var internals = {
1952719527
bundleType: 1,
19528-
version: "19.2.0-www-modern-8a8e9a7e-20250912",
19528+
version: "19.2.0-www-modern-47664deb-20250913",
1952919529
rendererPackageName: "react-art",
1953019530
currentDispatcherRef: ReactSharedInternals,
19531-
reconcilerVersion: "19.2.0-www-modern-8a8e9a7e-20250912"
19531+
reconcilerVersion: "19.2.0-www-modern-47664deb-20250913"
1953219532
};
1953319533
internals.overrideHookState = overrideHookState;
1953419534
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19562,7 +19562,7 @@ __DEV__ &&
1956219562
exports.Shape = Shape;
1956319563
exports.Surface = Surface;
1956419564
exports.Text = Text;
19565-
exports.version = "19.2.0-www-modern-8a8e9a7e-20250912";
19565+
exports.version = "19.2.0-www-modern-47664deb-20250913";
1956619566
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1956719567
"function" ===
1956819568
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)