villesau / optional-chaining-codemod

Codemod to migrate from Lodash get and logical and expressions to optional chaining
MIT License
112 stars 14 forks source link

Wrap nullish coalescing to parentheses when in BinaryExpression #59

Closed lautis closed 2 years ago

lautis commented 2 years ago

Equality has higher precedence than nullish coalescing operator. Default value in get should be wrapped into parenthesis to avoid changing the semantics of the expressions.