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 Node 12.x support #53

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Fix Node 12.x support #53

merged 1 commit into from
Mar 18, 2024

Conversation

sgarner
Copy link
Collaborator

@sgarner sgarner commented Mar 18, 2024

In #49 the ES2020 syntax for optional chaining and null coalescing was used.

This is not supported by Node 12.x. I'm not sure if we really still need to target Node 12.x, but to fix the tests we can rewrite to avoid the problem.

@sgarner sgarner merged commit c09dce8 into master Mar 18, 2024
3 checks passed
@sgarner sgarner deleted the fix-node12 branch March 18, 2024 03:05
Copy link

🎉 This PR is included in version 3.5.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants