Skip to content

Commit

Permalink
[Fizz] preload bootstrapModules (#26754)
Browse files Browse the repository at this point in the history
stacked on #26753

Adds support for preloading bootstrapModules. We don't yet support
modules in Float's public interface but this implementation should be
compatible with what we do when we add it.

DiffTrain build for commit ae31d2e.
  • Loading branch information
gnoff committed May 31, 2023
1 parent 8eeccff commit 4c0c82b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Expand Up @@ -23930,7 +23930,7 @@ function createFiberRoot(
return root;
}

var ReactVersion = "18.3.0-canary-b864ad439-20230531";
var ReactVersion = "18.3.0-canary-ae31d2ea3-20230531";

// Might add PROFILE later.

Expand Down
Expand Up @@ -8617,7 +8617,7 @@ var devToolsConfig$jscomp$inline_1036 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-b864ad439-20230531",
version: "18.3.0-canary-ae31d2ea3-20230531",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1235 = {
Expand Down Expand Up @@ -8648,7 +8648,7 @@ var internals$jscomp$inline_1235 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-b864ad439-20230531"
reconcilerVersion: "18.3.0-canary-ae31d2ea3-20230531"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1236 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Expand Up @@ -9043,7 +9043,7 @@ var devToolsConfig$jscomp$inline_1078 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-b864ad439-20230531",
version: "18.3.0-canary-ae31d2ea3-20230531",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1276 = {
Expand Down Expand Up @@ -9074,7 +9074,7 @@ var internals$jscomp$inline_1276 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-b864ad439-20230531"
reconcilerVersion: "18.3.0-canary-ae31d2ea3-20230531"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1277 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Expand Up @@ -27,7 +27,7 @@ if (
}
"use strict";

var ReactVersion = "18.3.0-canary-b864ad439-20230531";
var ReactVersion = "18.3.0-canary-ae31d2ea3-20230531";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Expand Up @@ -642,4 +642,4 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-b864ad439-20230531";
exports.version = "18.3.0-canary-ae31d2ea3-20230531";
Expand Up @@ -645,7 +645,7 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-b864ad439-20230531";
exports.version = "18.3.0-canary-ae31d2ea3-20230531";

/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
Expand Down
@@ -1 +1 @@
b864ad4397e7b366ece9ecfdfafa5660ae6b8390
ae31d2ea3c3f9f0a87ff2c6193484d5d8786bc5f

0 comments on commit 4c0c82b

Please sign in to comment.