-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
doc: graduate Symbol.dispose/asyncDispose from experimental #58467
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
doc: graduate Symbol.dispose/asyncDispose from experimental #58467
Conversation
Now that Symbol.dispose and Symbol.asyncDispose have been enabled by default and are expected to likely advance to stage 4 this week, let's graduate them from experimental status.
Review requested:
|
Marking as don't land on anything before 24.x since it wasn't until 24.x that ERM was enabled by default. |
Should we wait for the proposal to be officially promoted to Stage 4 this week? |
We can, for sure. There's no rush to land this. |
Please wait for that. |
The proposal has confirmed to stage 4. |
Landed in ba6651a |
Adding https://github.com/nodejs/node/labels/dont-land-on-v24.x to wait for conclusion on #58689 |
It's too late. This was released in v24.2.0 |
Now that Symbol.dispose and Symbol.asyncDispose have been enabled by default and are expected to likely advance to stage 4 this week, let's graduate them from experimental status.