mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-16 15:44:16 -06:00
Fix missing commas in binding pattern emit.
This commit is contained in:
parent
f02a13d55b
commit
0f9bccdf32
@ -2582,8 +2582,8 @@ const _super = (function (geti, seti) {
|
||||
TupleTypeElements = CommaDelimited | SingleLine | Indented,
|
||||
UnionTypeConstituents = BarDelimited | SingleLine,
|
||||
IntersectionTypeConstituents = AmpersandDelimited | SingleLine,
|
||||
ObjectBindingPatternElements = SingleLine | AllowTrailingComma | SpaceBetweenBraces,
|
||||
ArrayBindingPatternElements = SingleLine | AllowTrailingComma,
|
||||
ObjectBindingPatternElements = SingleLine | AllowTrailingComma | SpaceBetweenBraces | CommaDelimited,
|
||||
ArrayBindingPatternElements = SingleLine | AllowTrailingComma | CommaDelimited,
|
||||
ObjectLiteralExpressionProperties = PreserveLines | CommaDelimited | SpaceBetweenBraces | Indented | Braces,
|
||||
ArrayLiteralExpressionElements = PreserveLines | CommaDelimited | AllowTrailingComma | Indented | SquareBrackets,
|
||||
CallExpressionArguments = CommaDelimited | SingleLine | Parenthesis,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user