rust-code-analysis icon indicating copy to clipboard operation
rust-code-analysis copied to clipboard

Support all the logical operators in JS for cyclomatic complexity

Open calixteman opened this issue 3 years ago • 0 comments

Unrelated to this change, but in looking to the code for js, I think we (I ??) missed to add operators like ?? and ?. (maybe others ?): they're lazy evaluated like a || or a &&. Oh and probably ||=, &&= are missing too.

Originally posted by @calixteman in https://github.com/mozilla/rust-code-analysis/issues/786#issuecomment-1035998917

calixteman avatar Feb 11 '22 09:02 calixteman