Hacker News new | ask | show | jobs
by bnb 94 days ago
Can't wait for it to land in the server-side runtimes, really the last thing preventing me from adopting it wholesale.
4 comments

Deno has had it behind the `--untable-temporal` flag for quite a few Minor versions now and the latest Minor update (because of TC-39's Stage 4 acceptance and V8 itself also marking the API as Stable) removed the requirement for the flag and it is out of the box.
Node 26! Only a matter of time... :)
FWIW, I've been using it server-side via the js-temporal polyfill for some time, no issues.
ooh I'd not seen that yet, will have to take a look.
Try `node --harmony-temporal`