-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Let's enable Temporal by default #57127
Comments
It would probably be wise to wait until it's been fully shipped unflagged on the web for a bit - maybe for node 25? |
Either way. I'm going to prepare a PR but it's fine to let it sit for a bit |
On one hand, I can't wait for |
Can someone link to the tracking issue in V8 so we have some information on the progress of the implementation there? |
I wonder if it passes the existing test262 tests for Temporal. |
Yep, I'm fine with waiting a bit but I wanted to at least get it on the radar here. I'm not in any rush to merge it. V8's test coverage on this is currently hovering around the 75% mark but that is expected to increase significantly in the coming couple of months. My current thinking is that we can let the PR sit and look at merging it still as experimental after 24.0.0 is cut in April with a flag to disable it. |
What is the problem this feature will solve?
The
Temporal
API is nearing completion in TC39 and is largely stable. It is not turned on by default in V8 just yet until it reaches stage 4 but platforms are starting to enable it by default. We ought to be able to go ahead and enable it by default inmain
What is the feature you are proposing to solve the problem?
Enable Temporal by default but still marked as experimental
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: