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
UseSingleQuotesForStringLiteralType=1<<28,// Use single quotes for string literal type
3633
3634
3634
3635
// Error handling
3635
3636
AllowThisInObjectLiteral=1<<15,
@@ -3672,6 +3673,7 @@ namespace ts {
3672
3673
OmitParameterModifiers=1<<13,// Omit modifiers on parameters
3673
3674
3674
3675
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.
3676
+
UseSingleQuotesForStringLiteralType=1<<28,// Use single quotes for string literal type
3675
3677
3676
3678
// Error Handling
3677
3679
AllowUniqueESSymbolType=1<<20,// This is bit 20 to align with the same bit in `NodeBuilderFlags`
0 commit comments