Skip to content

Commit 063f0e3

Browse files
committed
[flow] upgrade to 0.209.0 (#26958)
Small update keeping us current with the latest version of Flow. Flow changelog: https://github.com/facebook/flow/blob/main/Changelog.md DiffTrain build for [613e6f5](613e6f5)
1 parent fc485c3 commit 063f0e3

10 files changed

+26
-18
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fc929cf4ead35f99c4e9612a95e8a0bb8f5df25d
1+
613e6f5fca3a7a63d115988d6312beb84d37b4db

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
);
642642
};
643643
exports.useTransition = useTransition;
644-
exports.version = "18.3.0-www-modern-a8c2f2ff";
644+
exports.version = "18.3.0-www-modern-b29a6ec1";

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
6969
return self;
7070
}
7171

72-
var ReactVersion = "18.3.0-www-classic-26848b3f";
72+
var ReactVersion = "18.3.0-www-classic-5d5433b2";
7373

7474
var LegacyRoot = 0;
7575
var ConcurrentRoot = 1;
@@ -17889,7 +17889,8 @@ function readContextForConsumer(consumer, context) {
1788917889
var AbortControllerLocal =
1789017890
typeof AbortController !== "undefined"
1789117891
? AbortController // $FlowFixMe[missing-this-annot]
17892-
: function AbortControllerShim() {
17892+
: // $FlowFixMe[prop-missing]
17893+
function AbortControllerShim() {
1789317894
var listeners = [];
1789417895
var signal = (this.signal = {
1789517896
aborted: false,

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
6969
return self;
7070
}
7171

72-
var ReactVersion = "18.3.0-www-modern-c8bee3bc";
72+
var ReactVersion = "18.3.0-www-modern-cbc1fa2b";
7373

7474
var LegacyRoot = 0;
7575
var ConcurrentRoot = 1;
@@ -17583,7 +17583,8 @@ function readContextForConsumer(consumer, context) {
1758317583
var AbortControllerLocal =
1758417584
typeof AbortController !== "undefined"
1758517585
? AbortController // $FlowFixMe[missing-this-annot]
17586-
: function AbortControllerShim() {
17586+
: // $FlowFixMe[prop-missing]
17587+
function AbortControllerShim() {
1758717588
var listeners = [];
1758817589
var signal = (this.signal = {
1758917590
aborted: false,

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22783,7 +22783,8 @@ function readContextForConsumer(consumer, context) {
2278322783
var AbortControllerLocal =
2278422784
typeof AbortController !== "undefined"
2278522785
? AbortController // $FlowFixMe[missing-this-annot]
22786-
: function AbortControllerShim() {
22786+
: // $FlowFixMe[prop-missing]
22787+
function AbortControllerShim() {
2278722788
var listeners = [];
2278822789
var signal = (this.signal = {
2278922790
aborted: false,
@@ -34178,7 +34179,7 @@ function createFiberRoot(
3417834179
return root;
3417934180
}
3418034181

34181-
var ReactVersion = "18.3.0-www-classic-00cc677f";
34182+
var ReactVersion = "18.3.0-www-classic-7c2add62";
3418234183

3418334184
function createPortal$1(
3418434185
children,

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22662,7 +22662,8 @@ function readContextForConsumer(consumer, context) {
2266222662
var AbortControllerLocal =
2266322663
typeof AbortController !== "undefined"
2266422664
? AbortController // $FlowFixMe[missing-this-annot]
22665-
: function AbortControllerShim() {
22665+
: // $FlowFixMe[prop-missing]
22666+
function AbortControllerShim() {
2266622667
var listeners = [];
2266722668
var signal = (this.signal = {
2266822669
aborted: false,
@@ -34023,7 +34024,7 @@ function createFiberRoot(
3402334024
return root;
3402434025
}
3402534026

34026-
var ReactVersion = "18.3.0-www-modern-c8bee3bc";
34027+
var ReactVersion = "18.3.0-www-modern-cbc1fa2b";
3402734028

3402834029
function createPortal$1(
3402934030
children,

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22917,7 +22917,8 @@ function readContextForConsumer(consumer, context) {
2291722917
var AbortControllerLocal =
2291822918
typeof AbortController !== "undefined"
2291922919
? AbortController // $FlowFixMe[missing-this-annot]
22920-
: function AbortControllerShim() {
22920+
: // $FlowFixMe[prop-missing]
22921+
function AbortControllerShim() {
2292122922
var listeners = [];
2292222923
var signal = (this.signal = {
2292322924
aborted: false,
@@ -34795,7 +34796,7 @@ function createFiberRoot(
3479534796
return root;
3479634797
}
3479734798

34798-
var ReactVersion = "18.3.0-www-classic-c52678e3";
34799+
var ReactVersion = "18.3.0-www-classic-e5f4bd3c";
3479934800

3480034801
function createPortal$1(
3480134802
children,

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22796,7 +22796,8 @@ function readContextForConsumer(consumer, context) {
2279622796
var AbortControllerLocal =
2279722797
typeof AbortController !== "undefined"
2279822798
? AbortController // $FlowFixMe[missing-this-annot]
22799-
: function AbortControllerShim() {
22799+
: // $FlowFixMe[prop-missing]
22800+
function AbortControllerShim() {
2280022801
var listeners = [];
2280122802
var signal = (this.signal = {
2280222803
aborted: false,
@@ -34640,7 +34641,7 @@ function createFiberRoot(
3464034641
return root;
3464134642
}
3464234643

34643-
var ReactVersion = "18.3.0-www-modern-bd0def32";
34644+
var ReactVersion = "18.3.0-www-modern-bf1393b4";
3464434645

3464534646
function createPortal$1(
3464634647
children,

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15271,7 +15271,8 @@ function readContextForConsumer(consumer, context) {
1527115271
var AbortControllerLocal =
1527215272
typeof AbortController !== "undefined"
1527315273
? AbortController // $FlowFixMe[missing-this-annot]
15274-
: function AbortControllerShim() {
15274+
: // $FlowFixMe[prop-missing]
15275+
function AbortControllerShim() {
1527515276
var listeners = [];
1527615277
var signal = (this.signal = {
1527715278
aborted: false,
@@ -24553,7 +24554,7 @@ function createFiberRoot(
2455324554
return root;
2455424555
}
2455524556

24556-
var ReactVersion = "18.3.0-www-classic-c52678e3";
24557+
var ReactVersion = "18.3.0-www-classic-e5f4bd3c";
2455724558

2455824559
// Might add PROFILE later.
2455924560

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15271,7 +15271,8 @@ function readContextForConsumer(consumer, context) {
1527115271
var AbortControllerLocal =
1527215272
typeof AbortController !== "undefined"
1527315273
? AbortController // $FlowFixMe[missing-this-annot]
15274-
: function AbortControllerShim() {
15274+
: // $FlowFixMe[prop-missing]
15275+
function AbortControllerShim() {
1527515276
var listeners = [];
1527615277
var signal = (this.signal = {
1527715278
aborted: false,
@@ -24553,7 +24554,7 @@ function createFiberRoot(
2455324554
return root;
2455424555
}
2455524556

24556-
var ReactVersion = "18.3.0-www-modern-a8c2f2ff";
24557+
var ReactVersion = "18.3.0-www-modern-b29a6ec1";
2455724558

2455824559
// Might add PROFILE later.
2455924560

0 commit comments

Comments
 (0)