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
"The type 'never' was reduced from the intersection '{0}'. Each type of that intersection has properties that conflict, so values of that type can never exist.": {
UseSingleQuotesForStringLiteralType=1<<28,// Use single quotes for string literal type
3690
+
PreserveVacuousIntersections=1<<29,// uh oh...
3690
3691
3691
3692
// Error handling
3692
3693
AllowThisInObjectLiteral=1<<15,
@@ -3730,6 +3731,7 @@ namespace ts {
3730
3731
3731
3732
UseAliasDefinedOutsideCurrentScope=1<<14,// For a `type T = ... ` defined in a different file, write `T` instead of its value, even though `T` can't be accessed in the current scope.
3732
3733
UseSingleQuotesForStringLiteralType=1<<28,// Use single quotes for string literal type
3734
+
PreserveVacuousIntersections=1<<29,// uh oh
3733
3735
3734
3736
// Error Handling
3735
3737
AllowUniqueESSymbolType=1<<20,// This is bit 20 to align with the same bit in `NodeBuilderFlags`
0 commit comments