Skip to content

Commit

Permalink
[crud] Rename Effect type (#31557)
Browse files Browse the repository at this point in the history
Adds a new `Effect` type which for now just points to the `SimpleEffect`
type, in prepartion for later in the stack where we add more.

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31557).
* #31523
* __->__ #31557
* #31556
* #31555

DiffTrain build for [053b3cb](053b3cb)
  • Loading branch information
poteto committed Nov 15, 2024
1 parent 06cc3b9 commit 6aab938
Show file tree
Hide file tree
Showing 34 changed files with 956 additions and 956 deletions.
2 changes: 1 addition & 1 deletion compiled/facebook-www/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3720870a979b48a1ea8776f64a190878b8558f2b
92c0f5f85fed42024b17bf6595291f9f5d6e8734
2 changes: 1 addition & 1 deletion compiled/facebook-www/REVISION_TRANSFORMS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3720870a979b48a1ea8776f64a190878b8558f2b
92c0f5f85fed42024b17bf6595291f9f5d6e8734
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.0.0-www-classic-3720870a-20241115";
exports.version = "19.0.0-www-classic-053b3cb0-20241115";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.0.0-www-modern-3720870a-20241115";
exports.version = "19.0.0-www-modern-053b3cb0-20241115";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-prod.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -619,4 +619,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.0.0-www-classic-3720870a-20241115";
exports.version = "19.0.0-www-classic-053b3cb0-20241115";
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-prod.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -619,4 +619,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.0.0-www-modern-3720870a-20241115";
exports.version = "19.0.0-www-modern-053b3cb0-20241115";
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-profiling.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.0.0-www-classic-3720870a-20241115";
exports.version = "19.0.0-www-classic-053b3cb0-20241115";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-profiling.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.0.0-www-modern-3720870a-20241115";
exports.version = "19.0.0-www-modern-053b3cb0-20241115";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
6 changes: 3 additions & 3 deletions compiled/facebook-www/ReactART-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -16717,11 +16717,11 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.0.0-www-classic-3720870a-20241115",
version: "19.0.0-www-classic-053b3cb0-20241115",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getInstanceFromNode,
reconcilerVersion: "19.0.0-www-classic-3720870a-20241115"
reconcilerVersion: "19.0.0-www-classic-053b3cb0-20241115"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -16755,7 +16755,7 @@ __DEV__ &&
exports.Shape = Shape;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.0.0-www-classic-3720870a-20241115";
exports.version = "19.0.0-www-classic-053b3cb0-20241115";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
6 changes: 3 additions & 3 deletions compiled/facebook-www/ReactART-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -16480,11 +16480,11 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.0.0-www-modern-3720870a-20241115",
version: "19.0.0-www-modern-053b3cb0-20241115",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getInstanceFromNode,
reconcilerVersion: "19.0.0-www-modern-3720870a-20241115"
reconcilerVersion: "19.0.0-www-modern-053b3cb0-20241115"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -16518,7 +16518,7 @@ __DEV__ &&
exports.Shape = Shape;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.0.0-www-modern-3720870a-20241115";
exports.version = "19.0.0-www-modern-053b3cb0-20241115";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
20 changes: 10 additions & 10 deletions compiled/facebook-www/ReactART-prod.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -10628,27 +10628,27 @@ var slice = Array.prototype.slice,
};
return Text;
})(React.Component);
var internals$jscomp$inline_1471 = {
var internals$jscomp$inline_1477 = {
bundleType: 0,
version: "19.0.0-www-classic-3720870a-20241115",
version: "19.0.0-www-classic-053b3cb0-20241115",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: function () {
return null;
},
reconcilerVersion: "19.0.0-www-classic-3720870a-20241115"
reconcilerVersion: "19.0.0-www-classic-053b3cb0-20241115"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1472 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
var hook$jscomp$inline_1478 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
if (
!hook$jscomp$inline_1472.isDisabled &&
hook$jscomp$inline_1472.supportsFiber
!hook$jscomp$inline_1478.isDisabled &&
hook$jscomp$inline_1478.supportsFiber
)
try {
(rendererID = hook$jscomp$inline_1472.inject(
internals$jscomp$inline_1471
(rendererID = hook$jscomp$inline_1478.inject(
internals$jscomp$inline_1477
)),
(injectedHook = hook$jscomp$inline_1472);
(injectedHook = hook$jscomp$inline_1478);
} catch (err) {}
}
var Path = Mode$1.Path;
Expand All @@ -10662,4 +10662,4 @@ exports.RadialGradient = RadialGradient;
exports.Shape = TYPES.SHAPE;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.0.0-www-classic-3720870a-20241115";
exports.version = "19.0.0-www-classic-053b3cb0-20241115";
20 changes: 10 additions & 10 deletions compiled/facebook-www/ReactART-prod.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -10344,27 +10344,27 @@ var slice = Array.prototype.slice,
};
return Text;
})(React.Component);
var internals$jscomp$inline_1450 = {
var internals$jscomp$inline_1456 = {
bundleType: 0,
version: "19.0.0-www-modern-3720870a-20241115",
version: "19.0.0-www-modern-053b3cb0-20241115",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: function () {
return null;
},
reconcilerVersion: "19.0.0-www-modern-3720870a-20241115"
reconcilerVersion: "19.0.0-www-modern-053b3cb0-20241115"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1451 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
var hook$jscomp$inline_1457 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
if (
!hook$jscomp$inline_1451.isDisabled &&
hook$jscomp$inline_1451.supportsFiber
!hook$jscomp$inline_1457.isDisabled &&
hook$jscomp$inline_1457.supportsFiber
)
try {
(rendererID = hook$jscomp$inline_1451.inject(
internals$jscomp$inline_1450
(rendererID = hook$jscomp$inline_1457.inject(
internals$jscomp$inline_1456
)),
(injectedHook = hook$jscomp$inline_1451);
(injectedHook = hook$jscomp$inline_1457);
} catch (err) {}
}
var Path = Mode$1.Path;
Expand All @@ -10378,4 +10378,4 @@ exports.RadialGradient = RadialGradient;
exports.Shape = TYPES.SHAPE;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.0.0-www-modern-3720870a-20241115";
exports.version = "19.0.0-www-modern-053b3cb0-20241115";
Loading

0 comments on commit 6aab938

Please sign in to comment.