Skip to content

Conversation

@43081j
Copy link
Contributor

@43081j 43081j commented Nov 28, 2025

Adds a codemod for foo !== null && foo !== undefined ? foo : defaultFoo to foo ?? defaultFoo.

Adds a codemod for `foo !== null && foo !== undefined ? foo :
defaultFoo` to `foo ?? defaultFoo`.
@43081j 43081j merged commit 72ff6ff into main Nov 28, 2025
1 check passed
@43081j 43081j deleted the nullish-coals branch November 28, 2025 20:32
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.

2 participants