1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 00:05:07 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Temporal
Linus Groh d0c29c9735 LibJS: Allow string as parameter in Temporal's round() / total()
This is a normative change in the Temporal spec.

See: 1f0c586
2021-11-19 11:06:53 +00:00
..
Calendar LibJS: Enable Temporal.Calendar.prototype.dateAdd() test that now passes 2021-11-02 09:24:35 +01:00
Duration LibJS: Disallow Temporal.Duration input values to be non-integers 2021-11-17 22:20:59 +00:00
Instant LibJS: Allow string as parameter in Temporal's round() / total() 2021-11-19 11:06:53 +00:00
Now LibJS: Remove fallback value for get_offset_nanoseconds_for 2021-11-17 11:30:13 +00:00
PlainDate LibJS: Remove fallback value for get_offset_nanoseconds_for 2021-11-17 11:30:13 +00:00
PlainDateTime LibJS: Allow string as parameter in Temporal's round() / total() 2021-11-19 11:06:53 +00:00
PlainMonthDay LibJS: Implement Temporal.PlainMonthDay.prototype.with() 2021-11-08 22:19:45 +00:00
PlainTime LibJS: Allow string as parameter in Temporal's round() / total() 2021-11-19 11:06:53 +00:00
PlainYearMonth LibJS: Implement Temporal.PlainYearMonth.prototype.with() 2021-11-08 22:19:45 +00:00
TimeZone LibJS: Remove fallback value for get_offset_nanoseconds_for 2021-11-17 11:30:13 +00:00
ZonedDateTime LibJS: Allow string as parameter in Temporal's round() / total() 2021-11-19 11:06:53 +00:00
Temporal.@@toStringTag.js LibJS: Implement Temporal[@@toStringTag] 2021-07-27 18:48:22 +01:00