boa-dev / temporal

A Rust implementation of ECMAScript's Temporal API
Apache License 2.0
26 stars 4 forks source link

WIP: Build out support for `Now` component #70

Closed nekevss closed 3 weeks ago

nekevss commented 4 months ago

Building out the Now component.

This is going to be minimal support for the component.

There's also a question around how we should handle fetching system calls in temporal_rs (although this PR starts by using an external crate)

nekevss commented 3 weeks ago

Closing in favor of #99 & #100