Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: removes ?? for node compat (5.x) #1576

Merged
merged 1 commit into from Jan 12, 2024
Merged

Conversation

43081j
Copy link
Contributor

@43081j 43081j commented Jan 10, 2024

same as #1574 for 5.x/main

We shipped syntax which is beyond our `engine` constraint. `??` is
available in node 14 but 4.x is node 4 and above, while 5.x is node 12
and above.

This just dumbs it back down to `||` for now at least.
@43081j 43081j requested a review from a team as a code owner January 10, 2024 12:17
@43081j 43081j changed the title fix: removes ?? for node compat fix: removes ?? for node compat (5.x) Jan 10, 2024
@koddsson koddsson merged commit 2523cd7 into chaijs:main Jan 12, 2024
5 checks passed
@43081j 43081j deleted the nullish-coal-5 branch January 14, 2024 13:58
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.

None yet

3 participants