-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Breaking changes for Bun v1.1 #8821
Comments
i think we should revert the |
There isn't an issue to track this but I also want to make Edit: AFAIK this change was made and already shipped. |
add #9243 to the list xD |
adding #2472 as well because i have basically all the code written for this i think there was just a failing test |
Time might be ripe soon for pulling this off as well - bun has become quite capable in the past half year: |
Are you kindly planning soon to implement support for custom TLS certificates (NODE_EXTRA_CA_CERTS or an equivalent)? |
We do plan to make a few, technically breaking changes to Bun v1.1. We will very clearly communicate this as well.
process.env.NODE_ENV
should beundefined
as default #7829import.meta.resolve(…)
#2472No longer planned as part of Bun v1.1, needs more work.
__esModule
#9267The text was updated successfully, but these errors were encountered: