Skip to content

Commit a6ff86e

Browse files
committed
[flow] Replace $PropertyType with indexed access type in ReactNativeTypes (#32733)
DiffTrain build for [b59f186](b59f186)
1 parent fb1fb12 commit a6ff86e

35 files changed

+377
-387
lines changed

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,7 @@ __DEV__ &&
15371537
exports.useTransition = function () {
15381538
return resolveDispatcher().useTransition();
15391539
};
1540-
exports.version = "19.1.0-www-classic-ee0855f4-20250324";
1540+
exports.version = "19.1.0-www-classic-b59f1860-20250324";
15411541
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15421542
"function" ===
15431543
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
@@ -1537,7 +1537,7 @@ __DEV__ &&
15371537
exports.useTransition = function () {
15381538
return resolveDispatcher().useTransition();
15391539
};
1540-
exports.version = "19.1.0-www-modern-ee0855f4-20250324";
1540+
exports.version = "19.1.0-www-modern-b59f1860-20250324";
15411541
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15421542
"function" ===
15431543
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
@@ -641,4 +641,4 @@ exports.useSyncExternalStore = function (
641641
exports.useTransition = function () {
642642
return ReactSharedInternals.H.useTransition();
643643
};
644-
exports.version = "19.1.0-www-classic-ee0855f4-20250324";
644+
exports.version = "19.1.0-www-classic-b59f1860-20250324";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,4 +641,4 @@ exports.useSyncExternalStore = function (
641641
exports.useTransition = function () {
642642
return ReactSharedInternals.H.useTransition();
643643
};
644-
exports.version = "19.1.0-www-modern-ee0855f4-20250324";
644+
exports.version = "19.1.0-www-modern-b59f1860-20250324";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ exports.useSyncExternalStore = function (
645645
exports.useTransition = function () {
646646
return ReactSharedInternals.H.useTransition();
647647
};
648-
exports.version = "19.1.0-www-classic-ee0855f4-20250324";
648+
exports.version = "19.1.0-www-classic-b59f1860-20250324";
649649
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
650650
"function" ===
651651
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
@@ -645,7 +645,7 @@ exports.useSyncExternalStore = function (
645645
exports.useTransition = function () {
646646
return ReactSharedInternals.H.useTransition();
647647
};
648-
exports.version = "19.1.0-www-modern-ee0855f4-20250324";
648+
exports.version = "19.1.0-www-modern-b59f1860-20250324";
649649
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
650650
"function" ===
651651
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
@@ -18474,10 +18474,10 @@ __DEV__ &&
1847418474
(function () {
1847518475
var internals = {
1847618476
bundleType: 1,
18477-
version: "19.1.0-www-classic-ee0855f4-20250324",
18477+
version: "19.1.0-www-classic-b59f1860-20250324",
1847818478
rendererPackageName: "react-art",
1847918479
currentDispatcherRef: ReactSharedInternals,
18480-
reconcilerVersion: "19.1.0-www-classic-ee0855f4-20250324"
18480+
reconcilerVersion: "19.1.0-www-classic-b59f1860-20250324"
1848118481
};
1848218482
internals.overrideHookState = overrideHookState;
1848318483
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18511,7 +18511,7 @@ __DEV__ &&
1851118511
exports.Shape = Shape;
1851218512
exports.Surface = Surface;
1851318513
exports.Text = Text;
18514-
exports.version = "19.1.0-www-classic-ee0855f4-20250324";
18514+
exports.version = "19.1.0-www-classic-b59f1860-20250324";
1851518515
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1851618516
"function" ===
1851718517
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)