Skip to content

Commit 574b2c4

Browse files
committed
[compiler][be] Playground now uses tsup bundled plugin (#32759)
Followup to #32758. This moves playground to use the tsup bundled plugin instead of webpack-built `babel-plugin-react-compiler`. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32759). * __->__ #32759 * #32758 DiffTrain build for [2541146](2541146)
1 parent 7ec3133 commit 574b2c4

35 files changed

+387
-377
lines changed

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

Lines changed: 301 additions & 291 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-
33999c43177e13580730c2fad94a77f4b0e08ef2
1+
254114616a24e0ed66468570b00d34bfabf9f73b
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
33999c43177e13580730c2fad94a77f4b0e08ef2
1+
254114616a24e0ed66468570b00d34bfabf9f73b

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ __DEV__ &&
15111511
exports.useTransition = function () {
15121512
return resolveDispatcher().useTransition();
15131513
};
1514-
exports.version = "19.1.0-www-classic-33999c43-20250326";
1514+
exports.version = "19.1.0-www-classic-25411461-20250326";
15151515
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15161516
"function" ===
15171517
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
@@ -1511,7 +1511,7 @@ __DEV__ &&
15111511
exports.useTransition = function () {
15121512
return resolveDispatcher().useTransition();
15131513
};
1514-
exports.version = "19.1.0-www-modern-33999c43-20250326";
1514+
exports.version = "19.1.0-www-modern-25411461-20250326";
15151515
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15161516
"function" ===
15171517
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
@@ -624,4 +624,4 @@ exports.useSyncExternalStore = function (
624624
exports.useTransition = function () {
625625
return ReactSharedInternals.H.useTransition();
626626
};
627-
exports.version = "19.1.0-www-classic-33999c43-20250326";
627+
exports.version = "19.1.0-www-classic-25411461-20250326";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,4 +624,4 @@ exports.useSyncExternalStore = function (
624624
exports.useTransition = function () {
625625
return ReactSharedInternals.H.useTransition();
626626
};
627-
exports.version = "19.1.0-www-modern-33999c43-20250326";
627+
exports.version = "19.1.0-www-modern-25411461-20250326";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ exports.useSyncExternalStore = function (
628628
exports.useTransition = function () {
629629
return ReactSharedInternals.H.useTransition();
630630
};
631-
exports.version = "19.1.0-www-classic-33999c43-20250326";
631+
exports.version = "19.1.0-www-classic-25411461-20250326";
632632
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
633633
"function" ===
634634
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
@@ -628,7 +628,7 @@ exports.useSyncExternalStore = function (
628628
exports.useTransition = function () {
629629
return ReactSharedInternals.H.useTransition();
630630
};
631-
exports.version = "19.1.0-www-modern-33999c43-20250326";
631+
exports.version = "19.1.0-www-modern-25411461-20250326";
632632
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
633633
"function" ===
634634
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
@@ -18164,10 +18164,10 @@ __DEV__ &&
1816418164
(function () {
1816518165
var internals = {
1816618166
bundleType: 1,
18167-
version: "19.1.0-www-classic-33999c43-20250326",
18167+
version: "19.1.0-www-classic-25411461-20250326",
1816818168
rendererPackageName: "react-art",
1816918169
currentDispatcherRef: ReactSharedInternals,
18170-
reconcilerVersion: "19.1.0-www-classic-33999c43-20250326"
18170+
reconcilerVersion: "19.1.0-www-classic-25411461-20250326"
1817118171
};
1817218172
internals.overrideHookState = overrideHookState;
1817318173
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18201,7 +18201,7 @@ __DEV__ &&
1820118201
exports.Shape = Shape;
1820218202
exports.Surface = Surface;
1820318203
exports.Text = Text;
18204-
exports.version = "19.1.0-www-classic-33999c43-20250326";
18204+
exports.version = "19.1.0-www-classic-25411461-20250326";
1820518205
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1820618206
"function" ===
1820718207
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)