File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1675,7 +1675,7 @@ declare namespace ts {
1675
1675
export type FlowNode = AfterFinallyFlow | PreFinallyFlow | FlowStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMutation ;
1676
1676
export interface FlowNodeBase {
1677
1677
flags : FlowFlags ;
1678
- id : number | undefined ;
1678
+ id ? : number ;
1679
1679
}
1680
1680
export interface FlowLock {
1681
1681
locked ?: boolean ;
Original file line number Diff line number Diff line change @@ -1675,7 +1675,7 @@ declare namespace ts {
1675
1675
export type FlowNode = AfterFinallyFlow | PreFinallyFlow | FlowStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMutation ;
1676
1676
export interface FlowNodeBase {
1677
1677
flags : FlowFlags ;
1678
- id : number | undefined ;
1678
+ id ? : number ;
1679
1679
}
1680
1680
export interface FlowLock {
1681
1681
locked ?: boolean ;
You can’t perform that action at this time.
0 commit comments