Skip to content

Commit 55b1962

Browse files
committed
add RSC entrypoint for jsx-runtime (#28217)
Adds a new entrypoint for the production jsx-runtime when using react-server condition. Currently the entrypoints are the same but in the future we will potentially change the implementation of the runtime in ways that can only be optimized for react-server constraints and we want to have the entrypoint already separated so environments using it will be pulling in the right version DiffTrain build for [00f9acb](00f9acb)
1 parent 65f2fcf commit 55b1962

13 files changed

+15
-15
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2efa38332adc1fc1500753d79fcba41a0197a7a6
1+
00f9acb12c036ef24a2b6d7957d75359c6280087

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (__DEV__) {
2424
) {
2525
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
2626
}
27-
var ReactVersion = "18.3.0-www-classic-bdf51244";
27+
var ReactVersion = "18.3.0-www-classic-609987b0";
2828

2929
// ATTENTION
3030
// When adding new symbols to this file,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (__DEV__) {
2424
) {
2525
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
2626
}
27-
var ReactVersion = "18.3.0-www-modern-517f857f";
27+
var ReactVersion = "18.3.0-www-modern-9aca347c";
2828

2929
// ATTENTION
3030
// When adding new symbols to this file,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,4 +572,4 @@ exports.useSyncExternalStore = function (
572572
exports.useTransition = function () {
573573
return ReactCurrentDispatcher.current.useTransition();
574574
};
575-
exports.version = "18.3.0-www-classic-89ae6c5e";
575+
exports.version = "18.3.0-www-classic-416dbb8d";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,4 +564,4 @@ exports.useSyncExternalStore = function (
564564
exports.useTransition = function () {
565565
return ReactCurrentDispatcher.current.useTransition();
566566
};
567-
exports.version = "18.3.0-www-modern-f0cc34f4";
567+
exports.version = "18.3.0-www-modern-b506e46f";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ exports.useSyncExternalStore = function (
576576
exports.useTransition = function () {
577577
return ReactCurrentDispatcher.current.useTransition();
578578
};
579-
exports.version = "18.3.0-www-classic-65906d0f";
579+
exports.version = "18.3.0-www-classic-f4afa597";
580580
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
581581
"function" ===
582582
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
@@ -568,7 +568,7 @@ exports.useSyncExternalStore = function (
568568
exports.useTransition = function () {
569569
return ReactCurrentDispatcher.current.useTransition();
570570
};
571-
exports.version = "18.3.0-www-modern-bb71daeb";
571+
exports.version = "18.3.0-www-modern-41ffe01a";
572572
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
573573
"function" ===
574574
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (__DEV__) {
1919
var React = require("react");
2020
var ReactDOM = require("react-dom");
2121

22-
var ReactVersion = "18.3.0-www-modern-e061c5a2";
22+
var ReactVersion = "18.3.0-www-modern-2e88c45b";
2323

2424
// This refers to a WWW module.
2525
var warningWWW = require("warning");

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36377,7 +36377,7 @@ if (__DEV__) {
3637736377
return root;
3637836378
}
3637936379

36380-
var ReactVersion = "18.3.0-www-classic-11bc03a7";
36380+
var ReactVersion = "18.3.0-www-classic-416dbb8d";
3638136381

3638236382
function createPortal$1(
3638336383
children,

compiled/facebook-www/ReactDOMTesting-prod.classic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17483,7 +17483,7 @@ Internals.Events = [
1748317483
var devToolsConfig$jscomp$inline_1828 = {
1748417484
findFiberByHostInstance: getClosestInstanceFromNode,
1748517485
bundleType: 0,
17486-
version: "18.3.0-www-classic-bdf51244",
17486+
version: "18.3.0-www-classic-f4afa597",
1748717487
rendererPackageName: "react-dom"
1748817488
};
1748917489
var internals$jscomp$inline_2197 = {
@@ -17513,7 +17513,7 @@ var internals$jscomp$inline_2197 = {
1751317513
scheduleRoot: null,
1751417514
setRefreshHandler: null,
1751517515
getCurrentFiber: null,
17516-
reconcilerVersion: "18.3.0-www-classic-bdf51244"
17516+
reconcilerVersion: "18.3.0-www-classic-f4afa597"
1751717517
};
1751817518
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1751917519
var hook$jscomp$inline_2198 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -18014,4 +18014,4 @@ exports.useFormStatus = function () {
1801418014
return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
1801518015
throw Error(formatProdErrorMessage(248));
1801618016
};
18017-
exports.version = "18.3.0-www-classic-bdf51244";
18017+
exports.version = "18.3.0-www-classic-f4afa597";

0 commit comments

Comments
 (0)