I don't understand why we generate TSParenthesizedType nodes by default. Example: AST Explorer. It isn't needed (it isn't part of the AST, but more a CST thing) and we don't use it from Flow.
Also, we should add it to Flow when that option is enabled.
Ref: #8025