File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2582,8 +2582,8 @@ const _super = (function (geti, seti) {
25822582 TupleTypeElements = CommaDelimited | SingleLine | Indented ,
25832583 UnionTypeConstituents = BarDelimited | SingleLine ,
25842584 IntersectionTypeConstituents = AmpersandDelimited | SingleLine ,
2585- ObjectBindingPatternElements = SingleLine | AllowTrailingComma | SpaceBetweenBraces ,
2586- ArrayBindingPatternElements = SingleLine | AllowTrailingComma ,
2585+ ObjectBindingPatternElements = SingleLine | AllowTrailingComma | SpaceBetweenBraces | CommaDelimited ,
2586+ ArrayBindingPatternElements = SingleLine | AllowTrailingComma | CommaDelimited ,
25872587 ObjectLiteralExpressionProperties = PreserveLines | CommaDelimited | SpaceBetweenBraces | Indented | Braces ,
25882588 ArrayLiteralExpressionElements = PreserveLines | CommaDelimited | AllowTrailingComma | Indented | SquareBrackets ,
25892589 CallExpressionArguments = CommaDelimited | SingleLine | Parenthesis ,
You can’t perform that action at this time.
0 commit comments