angular-estree-parser
angular-estree-parser copied to clipboard
Investigate how `ParenthesizedExpression` works in Angular 20
Currently we check parentheses ourself, but Angular 20 already created ParenthesizedExpression, in #326, I just ignored them.
https://github.com/angular/angular/pull/60169