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
ContainsProtected=1<<9,// Synthetic property with protected constituent(s)
5408
5414
ContainsPrivate=1<<10,// Synthetic property with private constituent(s)
5409
5415
ContainsStatic=1<<11,// Synthetic property with static constituent(s)
5410
-
Late=1<<12,// Late-bound symbol for a computed property with a dynamic name
5411
-
ReverseMapped=1<<13,// Property of reverse-inferred homomorphic mapped type
5412
-
OptionalParameter=1<<14,// Optional parameter
5413
-
RestParameter=1<<15,// Rest parameter
5414
-
DeferredType=1<<16,// Calculation of the type of this symbol is deferred due to processing costs, should be fetched with `getTypeOfSymbolWithDeferredType`
5415
-
HasNeverType=1<<17,// Synthetic property with at least one never type in constituents
5416
-
Mapped=1<<18,// Property of mapped type
5417
-
StripOptional=1<<19,// Strip optionality in mapped property
5418
-
Unresolved=1<<20,// Unresolved type alias symbol
5416
+
ContainsSealed=1<<12,
5417
+
5418
+
Late=1<<13,// Late-bound symbol for a computed property with a dynamic name
5419
+
ReverseMapped=1<<14,// Property of reverse-inferred homomorphic mapped type
5420
+
OptionalParameter=1<<15,// Optional parameter
5421
+
RestParameter=1<<16,// Rest parameter
5422
+
DeferredType=1<<17,// Calculation of the type of this symbol is deferred due to processing costs, should be fetched with `getTypeOfSymbolWithDeferredType`
5423
+
HasNeverType=1<<18,// Synthetic property with at least one never type in constituents
5424
+
Mapped=1<<19,// Property of mapped type
5425
+
StripOptional=1<<20,// Strip optionality in mapped property
0 commit comments