@@ -46,8 +46,7 @@ import {
4646 NoPriority as NoSchedulerPriority ,
4747} from './SchedulerWithReactIntegration.new' ;
4848
49- export const SyncLanePriority : LanePriority = 13 ;
50- export const SyncBatchedLanePriority : LanePriority = 12 ;
49+ export const SyncLanePriority : LanePriority = 12 ;
5150
5251const InputContinuousHydrationLanePriority : LanePriority = 11 ;
5352export const InputContinuousLanePriority : LanePriority = 10 ;
@@ -74,42 +73,42 @@ export const NoLanePriority: LanePriority = 0;
7473
7574export const TotalLanes = 31 ;
7675
77- export const NoLanes : Lanes = /* */ 0b0000000000000000000000000000000 ;
78- export const NoLane : Lane = /* */ 0b0000000000000000000000000000000 ;
76+ export const NoLanes : Lanes = /* */ 0b000000000000000000000000000000 ;
77+ export const NoLane : Lane = /* */ 0b000000000000000000000000000000 ;
7978
8079export const SyncLane : Lane = /* */ 0b0000000000000000000000000000001 ;
81- export const SyncBatchedLane : Lane = /* */ 0b0000000000000000000000000000010 ;
82-
83- const InputContinuousHydrationLane : Lane = /* */ 0b0000000000000000000000000000100 ;
84- export const InputContinuousLane : Lanes = /* */ 0b0000000000000000000000000001000 ;
85-
86- export const DefaultHydrationLane : Lane = /* */ 0b0000000000000000000000000010000 ;
87- export const DefaultLane : Lanes = /* */ 0b0000000000000000000000000100000 ;
88-
89- const TransitionHydrationLane : Lane = /* */ 0b0000000000000000000000001000000 ;
90- const TransitionLanes : Lanes = /* */ 0b0000000011111111111111110000000 ;
91- const TransitionLane1 : Lane = /* */ 0b0000000000000000000000010000000 ;
92- const TransitionLane2 : Lane = /* */ 0b0000000000000000000000100000000 ;
93- const TransitionLane3 : Lane = /* */ 0b0000000000000000000001000000000 ;
94- const TransitionLane4 : Lane = /* */ 0b0000000000000000000010000000000 ;
95- const TransitionLane5 : Lane = /* */ 0b0000000000000000000100000000000 ;
96- const TransitionLane6 : Lane = /* */ 0b0000000000000000001000000000000 ;
97- const TransitionLane7 : Lane = /* */ 0b0000000000000000010000000000000 ;
98- const TransitionLane8 : Lane = /* */ 0b0000000000000000100000000000000 ;
99- const TransitionLane9 : Lane = /* */ 0b0000000000000001000000000000000 ;
100- const TransitionLane10 : Lane = /* */ 0b0000000000000010000000000000000 ;
101- const TransitionLane11 : Lane = /* */ 0b0000000000000100000000000000000 ;
102- const TransitionLane12 : Lane = /* */ 0b0000000000001000000000000000000 ;
103- const TransitionLane13 : Lane = /* */ 0b0000000000010000000000000000000 ;
104- const TransitionLane14 : Lane = /* */ 0b0000000000100000000000000000000 ;
105- const TransitionLane15 : Lane = /* */ 0b0000000001000000000000000000000 ;
106- const TransitionLane16 : Lane = /* */ 0b0000000010000000000000000000000 ;
107-
108- const RetryLanes : Lanes = /* */ 0b0000111100000000000000000000000 ;
109- const RetryLane1 : Lane = /* */ 0b0000000100000000000000000000000 ;
110- const RetryLane2 : Lane = /* */ 0b0000001000000000000000000000000 ;
111- const RetryLane3 : Lane = /* */ 0b0000010000000000000000000000000 ;
112- const RetryLane4 : Lane = /* */ 0b0000100000000000000000000000000 ;
80+
81+ const InputContinuousHydrationLane : Lane = /* */ 0b0000000000000000000000000000010 ;
82+ export const InputContinuousLane : Lanes = /* */ 0b0000000000000000000000000000100 ;
83+
84+ export const DefaultHydrationLane : Lane = /* */ 0b0000000000000000000000000001000 ;
85+ export const DefaultLane : Lanes = /* */ 0b0000000000000000000000000010000 ;
86+
87+ const TransitionHydrationLane : Lane = /* */ 0b0000000000000000000000000100000 ;
88+ const TransitionLanes : Lanes = /* */ 0b0000000001111111111111111000000 ;
89+ const TransitionLane1 : Lane = /* */ 0b0000000000000000000000001000000 ;
90+ const TransitionLane2 : Lane = /* */ 0b0000000000000000000000010000000 ;
91+ const TransitionLane3 : Lane = /* */ 0b0000000000000000000000100000000 ;
92+ const TransitionLane4 : Lane = /* */ 0b0000000000000000000001000000000 ;
93+ const TransitionLane5 : Lane = /* */ 0b0000000000000000000010000000000 ;
94+ const TransitionLane6 : Lane = /* */ 0b0000000000000000000100000000000 ;
95+ const TransitionLane7 : Lane = /* */ 0b0000000000000000001000000000000 ;
96+ const TransitionLane8 : Lane = /* */ 0b0000000000000000010000000000000 ;
97+ const TransitionLane9 : Lane = /* */ 0b0000000000000000100000000000000 ;
98+ const TransitionLane10 : Lane = /* */ 0b0000000000000001000000000000000 ;
99+ const TransitionLane11 : Lane = /* */ 0b0000000000000010000000000000000 ;
100+ const TransitionLane12 : Lane = /* */ 0b0000000000000100000000000000000 ;
101+ const TransitionLane13 : Lane = /* */ 0b0000000000001000000000000000000 ;
102+ const TransitionLane14 : Lane = /* */ 0b0000000000010000000000000000000 ;
103+ const TransitionLane15 : Lane = /* */ 0b0000000000100000000000000000000 ;
104+ const TransitionLane16 : Lane = /* */ 0b0000000001000000000000000000000 ;
105+
106+ const RetryLanes : Lanes = /* */ 0b0000111110000000000000000000000 ;
107+ const RetryLane1 : Lane = /* */ 0b0000000010000000000000000000000 ;
108+ const RetryLane2 : Lane = /* */ 0b0000000100000000000000000000000 ;
109+ const RetryLane3 : Lane = /* */ 0b0000001000000000000000000000000 ;
110+ const RetryLane4 : Lane = /* */ 0b0000010000000000000000000000000 ;
111+ const RetryLane5 : Lane = /* */ 0b0000100000000000000000000000000 ;
113112
114113export const SomeRetryLane : Lane = RetryLane1 ;
115114
@@ -130,9 +129,6 @@ export function getLabelsForLanes(lanes: Lanes): Array<string> | void {
130129 if ( lanes & SyncLane ) {
131130 labels . push ( 'Sync' ) ;
132131 }
133- if ( lanes & SyncBatchedLane ) {
134- labels . push ( 'SyncBatched' ) ;
135- }
136132 if ( lanes & InputContinuousHydrationLane ) {
137133 labels . push ( 'InputContinuousHydration' ) ;
138134 }
@@ -194,9 +190,6 @@ function getHighestPriorityLanes(lanes: Lanes | Lane): Lanes {
194190 case SyncLane:
195191 return_highestLanePriority = SyncLanePriority ;
196192 return SyncLane ;
197- case SyncBatchedLane:
198- return_highestLanePriority = SyncBatchedLanePriority ;
199- return SyncBatchedLane ;
200193 case InputContinuousHydrationLane:
201194 return_highestLanePriority = InputContinuousHydrationLanePriority ;
202195 return InputContinuousHydrationLane ;
@@ -234,6 +227,7 @@ function getHighestPriorityLanes(lanes: Lanes | Lane): Lanes {
234227 case RetryLane2:
235228 case RetryLane3:
236229 case RetryLane4:
230+ case RetryLane5:
237231 return_highestLanePriority = RetryLanePriority ;
238232 return lanes & RetryLanes ;
239233 case SelectiveHydrationLane:
@@ -265,7 +259,6 @@ export function lanePriorityToSchedulerPriority(
265259) : ReactPriorityLevel {
266260 switch ( lanePriority ) {
267261 case SyncLanePriority :
268- case SyncBatchedLanePriority :
269262 return ImmediateSchedulerPriority ;
270263 case InputContinuousHydrationLanePriority :
271264 case InputContinuousLanePriority :
@@ -547,8 +540,6 @@ export function findUpdateLane(lanePriority: LanePriority): Lane {
547540 break ;
548541 case SyncLanePriority :
549542 return SyncLane ;
550- case SyncBatchedLanePriority :
551- return SyncBatchedLane ;
552543 case InputContinuousLanePriority :
553544 return InputContinuousLane ;
554545 case DefaultLanePriority :
@@ -805,7 +796,6 @@ export function getBumpedLaneForHydration(
805796 let lane ;
806797 switch ( highestLanePriority ) {
807798 case SyncLanePriority :
808- case SyncBatchedLanePriority :
809799 lane = NoLane ;
810800 break ;
811801 case InputContinuousLanePriority :
0 commit comments