File tree Expand file tree Collapse file tree
tests/baselines/reference/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3458,7 +3458,6 @@ namespace ts {
34583458 | FlowStart
34593459 | FlowLabel
34603460 | FlowAssignment
3461- | FlowCall
34623461 | FlowCondition
34633462 | FlowSwitchClause
34643463 | FlowArrayMutation
Original file line number Diff line number Diff line change @@ -1983,7 +1983,7 @@ declare namespace ts {
19831983 Label = 12,
19841984 Condition = 96
19851985 }
1986- export type FlowNode = FlowStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMutation | FlowCall | FlowReduceLabel;
1986+ export type FlowNode = FlowStart | FlowLabel | FlowAssignment | FlowCondition | FlowSwitchClause | FlowArrayMutation | FlowCall | FlowReduceLabel;
19871987 export interface FlowNodeBase {
19881988 flags: FlowFlags;
19891989 id?: number;
Original file line number Diff line number Diff line change @@ -1983,7 +1983,7 @@ declare namespace ts {
19831983 Label = 12 ,
19841984 Condition = 96
19851985 }
1986- export type FlowNode = FlowStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMutation | FlowCall | FlowReduceLabel ;
1986+ export type FlowNode = FlowStart | FlowLabel | FlowAssignment | FlowCondition | FlowSwitchClause | FlowArrayMutation | FlowCall | FlowReduceLabel ;
19871987 export interface FlowNodeBase {
19881988 flags : FlowFlags ;
19891989 id ?: number ;
You can’t perform that action at this time.
0 commit comments