Closed
Description
The parser currently generates TSParenthesizedType
nodes, which are totally redundant as far as I know.
Or am I missing something and they're actually used somehow?
Did you consider removing them or probably hiding behind a flag?
Related issue in Babel: babel/babel#9546