Skip to content

Commit 413046c

Browse files
committed
refactor[ci/build]: dont generate sourcemaps for BROWSER_SCRIPT bundles (#27665)
Instead of facebook/react#27664, we can just exclude `unstable_server-external-runtime.js` from having sourcemaps for now. We should consider removing manual copying of this artifact in https://github.com/facebook/react/blob/52d542ad6d410008c495084f511247f43387055f/.github/workflows/commit_artifacts.yml#L136-L138 As described in facebook/react#27664, this artifact doesn't have any effect on the `hash`, which is used for generating React version identifier. DiffTrain build for commit facebook/react@78c71bc.
1 parent 102a80a commit 413046c

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25355,7 +25355,7 @@ if (__DEV__) {
2535525355
return root;
2535625356
}
2535725357

25358-
var ReactVersion = "18.3.0-canary-c47c306a7-20231109";
25358+
var ReactVersion = "18.3.0-canary-78c71bc54-20231109";
2535925359

2536025360
// Might add PROFILE later.
2536125361

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9044,7 +9044,7 @@ var devToolsConfig$jscomp$inline_1033 = {
90449044
throw Error("TestRenderer does not support findFiberByHostInstance()");
90459045
},
90469046
bundleType: 0,
9047-
version: "18.3.0-canary-c47c306a7-20231109",
9047+
version: "18.3.0-canary-78c71bc54-20231109",
90489048
rendererPackageName: "react-test-renderer"
90499049
};
90509050
var internals$jscomp$inline_1226 = {
@@ -9075,7 +9075,7 @@ var internals$jscomp$inline_1226 = {
90759075
scheduleRoot: null,
90769076
setRefreshHandler: null,
90779077
getCurrentFiber: null,
9078-
reconcilerVersion: "18.3.0-canary-c47c306a7-20231109"
9078+
reconcilerVersion: "18.3.0-canary-78c71bc54-20231109"
90799079
};
90809080
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
90819081
var hook$jscomp$inline_1227 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9470,7 +9470,7 @@ var devToolsConfig$jscomp$inline_1075 = {
94709470
throw Error("TestRenderer does not support findFiberByHostInstance()");
94719471
},
94729472
bundleType: 0,
9473-
version: "18.3.0-canary-c47c306a7-20231109",
9473+
version: "18.3.0-canary-78c71bc54-20231109",
94749474
rendererPackageName: "react-test-renderer"
94759475
};
94769476
var internals$jscomp$inline_1267 = {
@@ -9501,7 +9501,7 @@ var internals$jscomp$inline_1267 = {
95019501
scheduleRoot: null,
95029502
setRefreshHandler: null,
95039503
getCurrentFiber: null,
9504-
reconcilerVersion: "18.3.0-canary-c47c306a7-20231109"
9504+
reconcilerVersion: "18.3.0-canary-78c71bc54-20231109"
95059505
};
95069506
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
95079507
var hook$jscomp$inline_1268 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-dev.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-canary-c47c306a7-20231109";
27+
var ReactVersion = "18.3.0-canary-78c71bc54-20231109";
2828

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

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,4 +580,4 @@ exports.useSyncExternalStore = function (
580580
exports.useTransition = function () {
581581
return ReactCurrentDispatcher.current.useTransition();
582582
};
583-
exports.version = "18.3.0-canary-c47c306a7-20231109";
583+
exports.version = "18.3.0-canary-78c71bc54-20231109";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-profiling.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-canary-c47c306a7-20231109";
579+
exports.version = "18.3.0-canary-78c71bc54-20231109";
580580
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
581581
"function" ===
582582
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c47c306a7a23d3c796b148d303764e2832da480c
1+
78c71bc545bf5c0fdeedc023b69fafe05d988067

0 commit comments

Comments
 (0)