Accept API baseline changes

This commit is contained in:
Anders Hejlsberg
2019-08-09 12:35:48 +02:00
parent 19f1d3ba0a
commit 83212e7240
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1675,7 +1675,7 @@ declare namespace ts {
export type FlowNode = AfterFinallyFlow | PreFinallyFlow | FlowStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMutation;
export interface FlowNodeBase {
flags: FlowFlags;
id: number | undefined;
id?: number;
}
export interface FlowLock {
locked?: boolean;
+1 -1
View File
@@ -1675,7 +1675,7 @@ declare namespace ts {
export type FlowNode = AfterFinallyFlow | PreFinallyFlow | FlowStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMutation;
export interface FlowNodeBase {
flags: FlowFlags;
id: number | undefined;
id?: number;
}
export interface FlowLock {
locked?: boolean;