1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 17:05:06 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl/NumberFormat
Timothy Flynn 887dac0929 LibJS: Handle NumberFormat's [[UseGrouping]] option for "true" / "false"
This is a normative change to the Intl NumberFormat V3 spec. See:
4751da5
2022-09-18 09:45:40 -04:00
..
NumberFormat.@@toStringTag.js LibJS: Implement a nearly empty Intl.NumberFormat object 2021-09-11 11:05:50 +01:00
NumberFormat.js LibJS: Handle NumberFormat's [[UseGrouping]] option for "true" / "false" 2022-09-18 09:45:40 -04:00
NumberFormat.prototype.format.js LibJS: Implement Intl.NumberFormat V3's [[RoundingIncrement]] changes 2022-07-18 23:37:31 +01:00
NumberFormat.prototype.formatRange.js LibJS: Allow out-of-order number ranges to be formatted 2022-07-26 10:46:08 -07:00
NumberFormat.prototype.formatRangeToParts.js LibJS: Allow out-of-order number ranges to be formatted 2022-07-26 10:46:08 -07:00
NumberFormat.prototype.formatToParts.js LibJS: Implement Intl.NumberFormat V3's [[SignDisplay]] changes 2022-07-13 19:22:26 +01:00
NumberFormat.prototype.resolvedOptions.js LibJS: Handle NumberFormat's [[UseGrouping]] option for "true" / "false" 2022-09-18 09:45:40 -04:00
NumberFormat.supportedLocalesOf.js LibJS: Implement Intl.NumberFormat.supportedLocalesOf 2021-09-11 11:05:50 +01:00