ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl/DurationFormat
Timothy Flynn c477425b9b LibJS: Create DurationFormat's ListFormat object with type and style
This is a normative change in the Intl.DurationFormat spec. See:
1304e4b
2022-08-30 14:26:11 -04: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: Create DurationFormat's ListFormat object with type and style 2022-08-30 14:26:11 -04:00
DurationFormat.prototype.formatToParts.js LibJS: Create DurationFormat's ListFormat object with type and style 2022-08-30 14:26:11 -04: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