-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(@formatjs/intl-numberformat): implemented formatNumericRange and formatNumericRangeToParts #3860
Conversation
packages/ecma402-abstract/NumberFormat/PartitionNumberRangePattern.ts
Outdated
Show resolved
Hide resolved
Hy @longlho, The only missing one is about spacing. Should it be addressed in another PR? |
Yeah that's ok can you make a GH issue to track it? |
I opened #3896 |
Thanks a lot for your contributions! |
Quick questions, just to understand. Version 8.3.0 says it adds |
Actually, seems like this adds support for What confused me is that |
… formatNumericRangeToParts (formatjs#3860)
Hi,
with this PR I implemented both formatNumericRange and formatNumericRangeToParts, with their dedicated abstract functions.
cc: @simoneb @micheleriva