@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, eg `a ? b : c` (maybe?) _Originally posted by @DanielRosenwasser in https://github.com/microsoft/TypeScript/issues/34870#issuecomment-563504462_
@Toxyxer recently fixed #34870. As mentioned:
A great follow-up would be to make this work for
}braces in:in ternaries, ega ? b : c(maybe?)Originally posted by @DanielRosenwasser in #34870 (comment)