Description
@Toxyxer recently fixed #34870. As mentioned:
A great follow-up would be to make this work for
}
braces in- object literals
- interfaces and object type literals
- namespaces and augmentations
- jsx expressions
- Parentheses in
- parenthesized expressions
- parenthesized types
- argument lists
- parameter lists
- Square brackets for
- arrays
- element accesses
- indexed access types
- tuple types
- Angle brackets for
- type parameter lists
- type argument lists
- jsx tags
- For the
:
in ternaries, ega ? b : c
(maybe?)
Originally posted by @DanielRosenwasser in #34870 (comment)