-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Effect compatibility issue with Node 14 #556
Comments
yeah, it is expected, we dropped the v14 support, it's time to move on, |
Agree 100%, its time to move on haha. |
yes makes sense |
Appreciate the great work. Let me know if you want me to open PR ;) |
@bjmvercelli just fyi added it here |
Describe the bug
Support for Node 14 broke with #553 since Effect uses nullish coalescing assignment operator (??=), which is available for Node >= 15 (reference: https://node.green/#ES2021-features-Logical-Assignment-----basic-support)
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: