boa-dev / temporal

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

Add `PartialTime` and `PartialDateTime` with corresponding `with` methods. #92

Closed nekevss closed 3 months ago

nekevss commented 3 months ago

This continues the work on implementing with methods with the approach from #89 by adding the same type of records to DateTime and Time.