File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3458,7 +3458,6 @@ namespace ts {
3458
3458
| FlowStart
3459
3459
| FlowLabel
3460
3460
| FlowAssignment
3461
- | FlowCall
3462
3461
| FlowCondition
3463
3462
| FlowSwitchClause
3464
3463
| FlowArrayMutation
Original file line number Diff line number Diff line change @@ -1983,7 +1983,7 @@ declare namespace ts {
1983
1983
Label = 12,
1984
1984
Condition = 96
1985
1985
}
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;
1987
1987
export interface FlowNodeBase {
1988
1988
flags: FlowFlags;
1989
1989
id?: number;
Original file line number Diff line number Diff line change @@ -1983,7 +1983,7 @@ declare namespace ts {
1983
1983
Label = 12 ,
1984
1984
Condition = 96
1985
1985
}
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 ;
1987
1987
export interface FlowNodeBase {
1988
1988
flags : FlowFlags ;
1989
1989
id ?: number ;
You can’t perform that action at this time.
0 commit comments