-
Notifications
You must be signed in to change notification settings - Fork 9
Closed as not planned
Closed as not planned
Copy link
Labels
discussNeeds discussion to make progressNeeds discussion to make progress
Description
The current state in ECMA-402 is already confusing (neither alphabetical nor logical), but I'm concerned about v3 making things even worse:
localeMatcher
numberingSystem
in SetNumberFormatUnitOptions:
style
currency
currencyDisplay
currencySign
unit
unitDisplay
+roundingIncrement
notation
in SetNumberFormatDigitOptions:
minimumIntegerDigits
minimumFractionDigits
maximumFractionDigits
minimumSignificantDigits
maximumSignificantDigits
+ roundingPriority
+trailingZeroDisplay
compactDisplay
useGrouping
signDisplay
+roundingModeLikewise for Intl.NumberFormat.prototype.resolvedOptions, which similarly doesn't clearly map to anything:
locale
numberingSystem
style
currency
currencyDisplay
currencySign
unit
unitDisplay
minimumIntegerDigits
minimumFractionDigits
maximumFractionDigits
minimumSignificantDigits
maximumSignificantDigits
useGrouping
notation
compactDisplay
signDisplay
+roundingMode
+roundingIncrement
+trailingZeroDisplayReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
discussNeeds discussion to make progressNeeds discussion to make progress