cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
397 stars 132 forks source link

Attempt to fix operator precedence based on PR-110 #149

Closed jurgenf closed 3 years ago

jurgenf commented 3 years ago

I did an attempt at merging all of PR-110 but I was unable to resolve the diff with master on my own. Instead I cherry-picked the solution for #111 to try and see if we can merge the solution for #111 separately. I did wonder how much of a problem the, in some cases unnecessary, parenthesis are as demonstrated by the changed tests?