-
-
Notifications
You must be signed in to change notification settings - Fork 567
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
Temporal API #2018
Comments
That's a huge undertaking. Would you like to start implementing it incrementally? The https://github.com/tc39/test262 suite already has test cases for Temporal and they can be enabled by editing https://github.com/sebastienros/jint/blob/main/Jint.Tests.Test262/Test262Harness.settings.json and re-generating the test suite. |
Ah, that's very nice! I'll have a look. I can't promise that I can sink many hours into this, but we'll need to start somewhere. |
Thanks! I'm sorry I haven't managed to give this more time yet. I'm not too familiar with Jint yet. Do you think it is feasible to ship I think that would be one of the first things I'd like to try, load the polyfill and see what the consequences are. |
Anyone can import the polyfills they need, I don't see a reason for jint to ship them. Downside with polyfills is that they perform a lot worse as they are interpreted instead of being native NET code. |
Given that Temporal is as stage 3 proposal now, and ECMAScript engine implementers are currently working to implement it1. It would be very nice if we could work on that in Jint too.
As a starting point here's a Markdown Temporal API to do list template
Footnotes
The text was updated successfully, but these errors were encountered: