-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Support nullish coalescing operator (??) #634
Comments
& Optional chaining too #606 🤓 |
If you want to support these operators, please mark such packages as incompatible with es6. I think such labels can save time on debugging and tweaking Babel to support older browsers. Not every project does a Babel transformation on their node_modules. |
Another vote for this, colorjs.io also fails: https://bundlephobia.com/package/colorjs.io |
This is a duplicate of #530 |
This works now after our new update — Thanks for your patience! I know this was long overdue. |
Describe the bug
If a module uses the null coalescing operator the whole build process seems to fail.
To Reproduce
Go here: https://bundlephobia.com/package/voby
Build error:
Expected behavior
It should build properly. The null coalescing operator is supported in ~90% of browsers already.
The text was updated successfully, but these errors were encountered: