generated from tc39/template-for-proposals
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
All minor things. Good for Stage 2.7.
General:
- Did you consider making IntlMV have the following shape: a Record or one of the enum values (if a Record, [[Value]] is allowed to be negative zero), instead of a Record where the [[Value]] field can me a MV or one of the enum values, and the stringDigits are ignored? (not sure if it is better)
GetNumberFormatPattern:
- Description seems to be missing some
<ins>
PartitionNumberPattern and elsewhere:
- It's a little weird to take an argument of type "x (a mathematical value or an Intl mathematical value)" because "Intl mathematical value" is a superset of "mathematical value". Just wrap the mathematical value into the new Record.
ToIntlMathematicalValue:
- You revert stringDigits to 0 when the number is constrained to infinity but not when it is constrained to 0. Bug?
Metadata
Metadata
Assignees
Labels
No labels