Skip to content

Commit e8cc357

Browse files
committed
[DevTools] Remove experimental __IS_INTERNAL_MCP_BUILD__ flag and related code (facebook#35755)
This is unused. DiffTrain build for [8374c2a](facebook@8374c2a)
1 parent 0249604 commit e8cc357

34 files changed

Lines changed: 1487 additions & 1314 deletions

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
57b79b0388b755096216b2b5308113e54eac3be8
1+
8374c2abf13fa803233025192b8d7e87de70b087
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
57b79b0388b755096216b2b5308113e54eac3be8
1+
8374c2abf13fa803233025192b8d7e87de70b087

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ __DEV__ &&
14821482
exports.useTransition = function () {
14831483
return resolveDispatcher().useTransition();
14841484
};
1485-
exports.version = "19.3.0-www-classic-57b79b03-20260210";
1485+
exports.version = "19.3.0-www-classic-8374c2ab-20260211";
14861486
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14871487
"function" ===
14881488
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
@@ -1482,7 +1482,7 @@ __DEV__ &&
14821482
exports.useTransition = function () {
14831483
return resolveDispatcher().useTransition();
14841484
};
1485-
exports.version = "19.3.0-www-modern-57b79b03-20260210";
1485+
exports.version = "19.3.0-www-modern-8374c2ab-20260211";
14861486
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14871487
"function" ===
14881488
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.3.0-www-classic-57b79b03-20260210";
613+
exports.version = "19.3.0-www-classic-8374c2ab-20260211";

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.3.0-www-modern-57b79b03-20260210";
613+
exports.version = "19.3.0-www-modern-8374c2ab-20260211";

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.3.0-www-classic-57b79b03-20260210";
617+
exports.version = "19.3.0-www-classic-8374c2ab-20260211";
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.3.0-www-modern-57b79b03-20260210";
617+
exports.version = "19.3.0-www-modern-8374c2ab-20260211";
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: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@ __DEV__ &&
266266
case 8:
267267
return type === REACT_STRICT_MODE_TYPE ? "StrictMode" : "Mode";
268268
case 22:
269-
return "Offscreen";
269+
if (null !== fiber.return)
270+
return getComponentNameFromFiber(fiber.return);
271+
break;
270272
case 12:
271273
return "Profiler";
272274
case 21:
@@ -20381,10 +20383,10 @@ __DEV__ &&
2038120383
(function () {
2038220384
var internals = {
2038320385
bundleType: 1,
20384-
version: "19.3.0-www-classic-57b79b03-20260210",
20386+
version: "19.3.0-www-classic-8374c2ab-20260211",
2038520387
rendererPackageName: "react-art",
2038620388
currentDispatcherRef: ReactSharedInternals,
20387-
reconcilerVersion: "19.3.0-www-classic-57b79b03-20260210"
20389+
reconcilerVersion: "19.3.0-www-classic-8374c2ab-20260211"
2038820390
};
2038920391
internals.overrideHookState = overrideHookState;
2039020392
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20419,7 +20421,7 @@ __DEV__ &&
2041920421
exports.Shape = Shape;
2042020422
exports.Surface = Surface;
2042120423
exports.Text = Text;
20422-
exports.version = "19.3.0-www-classic-57b79b03-20260210";
20424+
exports.version = "19.3.0-www-classic-8374c2ab-20260211";
2042320425
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2042420426
"function" ===
2042520427
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@ __DEV__ &&
266266
case 8:
267267
return type === REACT_STRICT_MODE_TYPE ? "StrictMode" : "Mode";
268268
case 22:
269-
return "Offscreen";
269+
if (null !== fiber.return)
270+
return getComponentNameFromFiber(fiber.return);
271+
break;
270272
case 12:
271273
return "Profiler";
272274
case 21:
@@ -20152,10 +20154,10 @@ __DEV__ &&
2015220154
(function () {
2015320155
var internals = {
2015420156
bundleType: 1,
20155-
version: "19.3.0-www-modern-57b79b03-20260210",
20157+
version: "19.3.0-www-modern-8374c2ab-20260211",
2015620158
rendererPackageName: "react-art",
2015720159
currentDispatcherRef: ReactSharedInternals,
20158-
reconcilerVersion: "19.3.0-www-modern-57b79b03-20260210"
20160+
reconcilerVersion: "19.3.0-www-modern-8374c2ab-20260211"
2015920161
};
2016020162
internals.overrideHookState = overrideHookState;
2016120163
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20190,7 +20192,7 @@ __DEV__ &&
2019020192
exports.Shape = Shape;
2019120193
exports.Surface = Surface;
2019220194
exports.Text = Text;
20193-
exports.version = "19.3.0-www-modern-57b79b03-20260210";
20195+
exports.version = "19.3.0-www-modern-8374c2ab-20260211";
2019420196
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2019520197
"function" ===
2019620198
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)