Open msharipov opened 8 months ago
This diagnostic reports an error when . or ?. directly follows ++ or --. Error message recommends adding parentheses around the postfix expression. This closes https://github.com/quick-lint/quick-lint-js/issues/1208.
.
?.
++
--
This diagnostic reports an error when
.
or?.
directly follows++
or--
. Error message recommends adding parentheses around the postfix expression. This closes https://github.com/quick-lint/quick-lint-js/issues/1208.