boa-dev / temporal

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

Implements `Date`'s `add`, `subtract`, `until`, and `since` methods #35

Closed nekevss closed 8 months ago

nekevss commented 8 months ago

Implements add, subtract, until, and since methods for the Date component with basic tests for all methods.

This also updates the visibility for some of the abstract methods and NormalizedDurationRecord.