Timothy Flynn
|
3e6133cc09
|
LibJS: Handle ZonedDateTime in the various Temporal factories
|
2024-11-26 11:00:56 +01:00 |
|
Timothy Flynn
|
8c73cae2b8
|
LibJS: Implement the Temporal.ZonedDateTime constructor
And the simple Temporal.ZonedDateTime.prototype getters, so that the
constructed Temporal.ZonedDateTime may actually be validated.
|
2024-11-26 11:00:56 +01:00 |
|
Timothy Flynn
|
f2c19f96f8
|
LibJS: Implement Temporal.Now
|
2024-11-25 13:32:58 +01:00 |
|
Timothy Flynn
|
f1c3e3d71a
|
LibJS: Implement Temporal.Instant.prototype.round
|
2024-11-25 13:32:58 +01:00 |
|
Timothy Flynn
|
477f00aced
|
LibJS: Implement Temporal.Instant.prototype.until/since
|
2024-11-25 13:32:58 +01:00 |
|
Timothy Flynn
|
1d67f28e72
|
LibJS: Implement Temporal.Instant.prototype.add/subtract/equals
|
2024-11-25 13:32:58 +01:00 |
|
Timothy Flynn
|
615ad70030
|
LibJS: Implement stringification Temporal.Instant prototypes
|
2024-11-25 13:32:58 +01:00 |
|
Timothy Flynn
|
90820873a2
|
LibJS: Implement the Temporal.Instant constructor
And the simple Temporal.Instant.prototype getters, so that the
constructed Temporal.Instant may actually be validated.
|
2024-11-25 13:32:58 +01:00 |
|
Timothy Flynn
|
82b540e501
|
LibJS: Implement Temporal.PlainDate.prototype.toPlainDateTime
|
2024-11-24 11:43:59 +01:00 |
|
Timothy Flynn
|
d22ea4db4c
|
LibJS: Implement Temporal.PlainDateTime.prototype.valueOf
|
2024-11-24 11:43:59 +01:00 |
|
Timothy Flynn
|
649328fed2
|
LibJS: Implement Temporal.PlainDateTime.prototype.toPlainDate/Time
|
2024-11-24 11:43:59 +01:00 |
|
Timothy Flynn
|
990daaf63a
|
LibJS: Implement Temporal.PlainDateTime.prototype.with* methods
Includes with, withCalendar, and withPlainTime.
|
2024-11-24 11:43:59 +01:00 |
|
Timothy Flynn
|
e3082b5bed
|
LibJS: Implement Temporal.PlainDateTime.prototype.round
|
2024-11-24 11:43:59 +01:00 |
|
Timothy Flynn
|
906d951104
|
LibJS: Implement Temporal.PlainDateTime.prototype.since/until
|
2024-11-24 11:43:59 +01:00 |
|
Timothy Flynn
|
85ffacacde
|
LibJS: Implement Temporal.PlainDateTime.prototype.add/subtract/equals
|
2024-11-24 11:43:59 +01:00 |
|
Timothy Flynn
|
d314fcce7a
|
LibJS: Implement stringification Temporal.PlainDateTime prototypes
|
2024-11-24 11:43:59 +01:00 |
|
Timothy Flynn
|
1a80161011
|
LibJS: Fix Temporal.PlainMonthDay.prototype.calendarId references
Small mistake porting old Temporal tests to the new spec. This getter
was `.calendar` in the old Temporal spec.
|
2024-11-24 11:43:59 +01:00 |
|
Timothy Flynn
|
029b6ad1a8
|
LibJS: Implement the Temporal.PlainDateTime constructor
And the simple Temporal.PlainDateTime.prototype getters, so that the
constructed Temporal.PlainDateTime may actually be validated.
|
2024-11-24 11:43:59 +01:00 |
|
Timothy Flynn
|
e37c9eaeff
|
LibJS: Implement Temporal.PlainTime.prototype.valueOf
|
2024-11-23 19:35:36 -05:00 |
|
Timothy Flynn
|
d639e9429f
|
LibJS: Implement Temporal.PlainTime.prototype.round/equals
|
2024-11-23 19:35:36 -05:00 |
|
Timothy Flynn
|
a0df194528
|
LibJS: Implement Temporal.PlainTime.prototype.with
|
2024-11-23 19:35:36 -05:00 |
|
Timothy Flynn
|
85eef698b9
|
LibJS: Implement Temporal.PlainTime.prototype.since/until
|
2024-11-23 19:35:36 -05:00 |
|
Timothy Flynn
|
1c22011ed6
|
LibJS: Implement Temporal.PlainTime.prototype.add/subtract
|
2024-11-23 19:35:36 -05:00 |
|
Timothy Flynn
|
ab3c825fa8
|
LibJS: Implement stringification Temporal.PlainTime prototypes
|
2024-11-23 19:35:36 -05:00 |
|
Timothy Flynn
|
66365fef57
|
LibJS: Implement the Temporal.PlainTime constructor
And the simple Temporal.PlainTime.prototype getters, so that the
constructed Temporal.PlainTime may actually be validated.
|
2024-11-23 19:35:36 -05:00 |
|
Timothy Flynn
|
d0149d8fc0
|
LibJS: Begin implementing the relativeTo option of Duration.total
|
2024-11-23 14:46:00 +01:00 |
|
Timothy Flynn
|
70ad66d3c0
|
LibJS: Begin implementing the relativeTo option of Duration.round
|
2024-11-23 14:46:00 +01:00 |
|
Timothy Flynn
|
0befd52725
|
LibJS: Begin implementing the relativeTo option of Duration.compare
|
2024-11-23 14:46:00 +01:00 |
|
Timothy Flynn
|
46998e922a
|
LibJS: Implement Temporal.PlainMonthDay/YearMonth.prototype.toPlainDate
|
2024-11-23 14:46:00 +01:00 |
|
Timothy Flynn
|
06ef32818e
|
LibJS: Implement Temporal.PlainDate.prototype.valueOf
|
2024-11-23 14:46:00 +01:00 |
|
Timothy Flynn
|
f8b593a7df
|
LibJS: Implement Temporal.PlainDate.prototype.toPlainMonthDay/YearMonth
|
2024-11-23 14:46:00 +01:00 |
|
Timothy Flynn
|
3aa4cdd314
|
LibJS: Implement Temporal.PlainDate.prototype.until/since
|
2024-11-23 14:46:00 +01:00 |
|
Timothy Flynn
|
f280a96e35
|
LibJS: Implement Temporal.PlainDate.prototype.with/withCalendar
|
2024-11-23 14:46:00 +01:00 |
|
Timothy Flynn
|
c2ead84bd9
|
LibJS: Implement Temporal.PlainDate.prototype.add/subtract/equals
|
2024-11-23 14:46:00 +01:00 |
|
Timothy Flynn
|
9fbb5a57fa
|
LibJS: Implement stringification Temporal.PlainDate prototypes
|
2024-11-23 14:46:00 +01:00 |
|
Timothy Flynn
|
a0c55f76e7
|
LibJS: Implement the Temporal.PlainDate constructor
And the simple Temporal.PlainDate.prototype getters, so that the
constructed Temporal.PlainDate may actually be validated.
|
2024-11-23 14:46:00 +01:00 |
|
Timothy Flynn
|
b64ccb95ec
|
LibJS: Implement Temporal.PlainYearMonth.prototype.valueOf
|
2024-11-22 19:55:24 +01:00 |
|
Timothy Flynn
|
35f22dcf79
|
LibJS: Implement Temporal.PlainYearMonth.prototype.add/subtract
|
2024-11-22 19:55:24 +01:00 |
|
Timothy Flynn
|
cb5d1b5086
|
LibJS: Implement Temporal.PlainYearMonth.prototype.until/since
|
2024-11-22 19:55:24 +01:00 |
|
Timothy Flynn
|
203269fae2
|
LibJS: Implement Temporal.PlainYearMonth.prototype.with/equals
|
2024-11-22 19:55:24 +01:00 |
|
Timothy Flynn
|
2da526423f
|
LibJS: Implement stringification Temporal.PlainYearMonth prototypes
|
2024-11-22 19:55:24 +01:00 |
|
Timothy Flynn
|
b68d67693e
|
LibJS: Implement the Temporal.PlainYearMonth constructor
And the simple Temporal.PlainYearMonth.prototype getters, so that the
constructed Temporal.PlainYearMonth may actually be validated.
|
2024-11-22 19:55:24 +01:00 |
|
Timothy Flynn
|
64811ab7b6
|
LibJS: Implement Temporal.PlainMonthDay.prototype.valueOf
|
2024-11-21 19:24:25 -05:00 |
|
Timothy Flynn
|
5389acc231
|
LibJS: Implement Temporal.PlainMonthDay.prototype.with/equals
|
2024-11-21 19:24:25 -05:00 |
|
Timothy Flynn
|
5bccb36a6f
|
LibJS: Implement stringification Temporal.PlainMonthDay prototypes
|
2024-11-21 19:24:25 -05:00 |
|
Timothy Flynn
|
1a386e78c3
|
LibJS: Implement the Temporal.PlainMonthDay constructor
And the simple Temporal.PlainMonthDay.prototype getters, so that the
constructed Temporal.PlainMonthDay may actually be validated.
|
2024-11-21 19:24:25 -05:00 |
|
Timothy Flynn
|
f57ff63432
|
LibJS: Implement Temporal.Duration.prototype.valueOf
|
2024-11-20 19:04:30 -05:00 |
|
Timothy Flynn
|
c715711f88
|
LibJS: Implement Temporal.Duration.prototype.total
Until we have re-implemented Temporal.PlainDate/ZonedDateTime, some of
Temporal.Duration.prototype.total (and its invoked AOs) are left
unimplemented.
|
2024-11-20 19:04:30 -05:00 |
|
Timothy Flynn
|
5689621c2b
|
LibJS: Implement Temporal.Duration.prototype.round
Until we have re-implemented Temporal.PlainDate/ZonedDateTime, some of
Temporal.Duration.prototype.round (and its invoked AOs) are left
unimplemented.
|
2024-11-20 19:04:30 -05:00 |
|
Timothy Flynn
|
4742775262
|
LibJS: Implement stringification Temporal.Duration prototypes
|
2024-11-20 19:04:30 -05:00 |
|