Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Labels
Milestone
Description
The parser currently generatesTSParenthesizedType 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