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
typeOnlyDeclaration?: TypeOnlyCompatibleAliasDeclaration|false;// First resolved alias declaration that makes the symbol only usable in type constructs
4708
4708
isConstructorDeclaredProperty?: boolean;// Property declared through 'this.x = ...' assignment in constructor
4709
4709
tupleLabelDeclaration?: NamedTupleMember|ParameterDeclaration;// Declaration associated with the tuple's label
4710
+
enumHasLateBoundMember?: boolean// True if enum declaration contains spread enum member
0 commit comments