1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 13:55:08 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl/DurationFormat
Timothy Flynn 4686989582 LibJS: Map DurationFormat's list style to "short" when it is "digital"
This is a normative change in the Intl.DurationFormat proposal. See:
7495e32
2022-11-01 14:33:07 +00:00
..
DurationFormat.@@toStringTag.js
DurationFormat.js LibJS: Use numeric style if the previous style was numeric or 2-digit 2022-08-30 14:26:11 -04:00
DurationFormat.prototype.format.js LibJS: Map DurationFormat's list style to "short" when it is "digital" 2022-11-01 14:33:07 +00:00
DurationFormat.prototype.formatToParts.js LibJS: Map DurationFormat's list style to "short" when it is "digital" 2022-11-01 14:33:07 +00:00
DurationFormat.prototype.resolvedOptions.js LibJS: Default to "short" for DurationFormat's style option 2022-08-30 14:26:11 -04:00
DurationFormat.supportedLocalesOf.js LibJS: Implement Intl.DurationFormat.supportedLocalesOf 2022-07-01 01:00:05 +03:00