Skip to content

Fix nullish coalescing parens with logical ops - #469

Merged
jbest84 merged 1 commit into
masterfrom
bug468
Aug 21, 2026
Merged

Fix nullish coalescing parens with logical ops#469
jbest84 merged 1 commit into
masterfrom
bug468

Conversation

@jbest84

@jbest84 jbest84 commented Aug 21, 2026

Copy link
Copy Markdown
Owner

Fixes #468

@jbest84 jbest84 self-assigned this Aug 21, 2026
@jbest84
jbest84 merged commit 357871c into master Aug 21, 2026
6 checks passed
@jbest84
jbest84 deleted the bug468 branch August 21, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

?? still loses required parentheses when it is the parent: a ?? (b || c) -> a??b||c

1 participant