6 ms·
Can't wait for it to land in the server-side runtimes, really the last thing preventing me from adopting it wholesale.
by bnb 6mo ago
Can't wait for it to land in the server-side runtimes, really the last thing preventing me from adopting it wholesale.
- apaprocki 6mo agoNode 26! Only a matter of time... :)
- CharlesW 6mo agoFWIW, I've been using it server-side via the js-temporal polyfill for some time, no issues.
- bnb 6mo agoooh I'd not seen that yet, will have to take a look.
- WorldMaker 6mo agoDeno 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.
- ivankra 6mo agoTry `node --harmony-temporal`