-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
has-consensusHas consensus and ready to implementHas consensus and ready to implement
Description
I think we should throw RangeError when either of the inputs to formatRange() is negative.
new Intl.NumberFormat().formatRange(-5, -3); // RangeError
CLDR's number range data is very limited and does not cover this case in a cohesive way. Better to forbid it, and we can add it later if we need to.
littledan and ryzokukenchicoxyzzy
Metadata
Metadata
Assignees
Labels
has-consensusHas consensus and ready to implementHas consensus and ready to implement