You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compiler/types.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4592,7 +4592,6 @@ namespace ts {
4592
4592
/* @internal */isReplaceableByMethod?: boolean;// Can this Javascript class property be replaced by a method symbol?
4593
4593
/* @internal */isAssigned?: boolean;// True if the symbol is a parameter with assignments
4594
4594
/* @internal */assignmentDeclarationMembers?: Map<number,Declaration>;// detected late-bound assignment declarations associated with the symbol
4595
-
/* @internal */deprecatedFlags?: DeprecatedFlags;
4596
4595
}
4597
4596
4598
4597
/* @internal */
@@ -4645,6 +4644,7 @@ namespace ts {
4645
4644
typeOnlyDeclaration?: TypeOnlyCompatibleAliasDeclaration|false;// First resolved alias declaration that makes the symbol only usable in type constructs
4646
4645
isConstructorDeclaredProperty?: boolean;// Property declared through 'this.x = ...' assignment in constructor
4647
4646
tupleLabelDeclaration?: NamedTupleMember|ParameterDeclaration;// Declaration associated with the tuple's label
0 commit comments