Timothy Flynn
|
5b3b14be0a
|
LibJS: Move resolution of some Intl.NumberFormat options to a common AO
This is a normative change in the Intl.NumberFormat V3 spec. See:
https://github.com/tc39/proposal-intl-numberformat-v3/commit/29acfc6
This is to allow Intl.PluralRules to use these options, as they were in-
effect required by later AOs anyways.
|
2023-01-30 12:19:14 -05:00 |
|
Timothy Flynn
|
cd4ee46b70
|
LibJS: Populate roundingPriority in Intl.PluralRules.resolvedOptions
This is inherited from Intl.NumberFormat.
|
2022-07-13 19:22:26 +01:00 |
|
Timothy Flynn
|
348059bffd
|
LibJS: Implement the Intl.PluralRules constructor
|
2022-01-28 19:38:47 +00:00 |
|
Timothy Flynn
|
0087804d10
|
LibJS: Implement a nearly empty Intl.PluralRules object
This adds plumbing for the Intl.PluralRules object, constructor, and
prototype.
|
2022-01-28 19:38:47 +00:00 |
|