Skip to content

Commit c83d3c7

Browse files
committed
[flow] enable LTI inference mode (#26104)
This is the next generation inference mode for Flow. DiffTrain build for [6ddcbd4](6ddcbd4) [View git log for this commit](https://github.com/facebook/react/commits/6ddcbd4f96cb103de3978617a53c200baf5b546c)
1 parent 0e23e21 commit c83d3c7

30 files changed

Lines changed: 71 additions & 72 deletions

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
53b1f69ba6c08083e4934373d3f6f2e31b232874
1+
6ddcbd4f96cb103de3978617a53c200baf5b546c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
53b1f69ba6c08083e4934373d3f6f2e31b232874
1+
6ddcbd4f96cb103de3978617a53c200baf5b546c

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (
2727
}
2828
"use strict";
2929

30-
var ReactVersion = "18.3.0-www-classic-53b1f69ba-20230209";
30+
var ReactVersion = "18.3.0-www-classic-6ddcbd4f9-20230209";
3131

3232
// ATTENTION
3333
// When adding new symbols to this file,
@@ -1928,8 +1928,7 @@ function getCacheSignal() {
19281928
var reason = new Error(
19291929
"This CacheSignal was requested outside React which means that it is " +
19301930
"immediately aborted."
1931-
); // $FlowFixMe Flow doesn't yet know about this argument.
1932-
1931+
);
19331932
controller.abort(reason);
19341933
return controller.signal;
19351934
}

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (
2727
}
2828
"use strict";
2929

30-
var ReactVersion = "18.3.0-www-modern-53b1f69ba-20230209";
30+
var ReactVersion = "18.3.0-www-modern-6ddcbd4f9-20230209";
3131

3232
// ATTENTION
3333
// When adding new symbols to this file,
@@ -1928,8 +1928,7 @@ function getCacheSignal() {
19281928
var reason = new Error(
19291929
"This CacheSignal was requested outside React which means that it is " +
19301930
"immediately aborted."
1931-
); // $FlowFixMe Flow doesn't yet know about this argument.
1932-
1931+
);
19331932
controller.abort(reason);
19341933
return controller.signal;
19351934
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,4 +646,4 @@ exports.useSyncExternalStore = function (
646646
);
647647
};
648648
exports.useTransition = useTransition;
649-
exports.version = "18.3.0-www-classic-53b1f69ba-20230209";
649+
exports.version = "18.3.0-www-classic-6ddcbd4f9-20230209";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,4 +638,4 @@ exports.useSyncExternalStore = function (
638638
);
639639
};
640640
exports.useTransition = useTransition;
641-
exports.version = "18.3.0-www-modern-53b1f69ba-20230209";
641+
exports.version = "18.3.0-www-modern-6ddcbd4f9-20230209";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ exports.useSyncExternalStore = function (
657657
);
658658
};
659659
exports.useTransition = useTransition;
660-
exports.version = "18.3.0-www-classic-53b1f69ba-20230209";
660+
exports.version = "18.3.0-www-classic-6ddcbd4f9-20230209";
661661

662662
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
663663
if (

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ exports.useSyncExternalStore = function (
649649
);
650650
};
651651
exports.useTransition = useTransition;
652-
exports.version = "18.3.0-www-modern-53b1f69ba-20230209";
652+
exports.version = "18.3.0-www-modern-6ddcbd4f9-20230209";
653653

654654
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
655655
if (

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

Lines changed: 2 additions & 3 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-53b1f69ba-20230209";
72+
var ReactVersion = "18.3.0-www-classic-6ddcbd4f9-20230209";
7373

7474
var LegacyRoot = 0;
7575
var ConcurrentRoot = 1;
@@ -10752,8 +10752,7 @@ function stopProfilerTimerIfRunning(fiber) {
1075210752

1075310753
function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) {
1075410754
if (profilerStartTime >= 0) {
10755-
var elapsedTime = now$1() - profilerStartTime; // $FlowFixMe[unsafe-addition] addition with possible null/undefined value
10756-
10755+
var elapsedTime = now$1() - profilerStartTime;
1075710756
fiber.actualDuration += elapsedTime;
1075810757

1075910758
if (overrideBaseTime) {

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

Lines changed: 2 additions & 3 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-53b1f69ba-20230209";
72+
var ReactVersion = "18.3.0-www-modern-6ddcbd4f9-20230209";
7373

7474
var LegacyRoot = 0;
7575
var ConcurrentRoot = 1;
@@ -10514,8 +10514,7 @@ function stopProfilerTimerIfRunning(fiber) {
1051410514

1051510515
function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) {
1051610516
if (profilerStartTime >= 0) {
10517-
var elapsedTime = now$1() - profilerStartTime; // $FlowFixMe[unsafe-addition] addition with possible null/undefined value
10518-
10517+
var elapsedTime = now$1() - profilerStartTime;
1051910518
fiber.actualDuration += elapsedTime;
1052010519

1052110520
if (overrideBaseTime) {

0 commit comments

Comments
 (0)