Skip to content

fix(46712): Add "exceptZero" for "signDisplay" option of Intl.NumberF… #46740

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

Merged
merged 1 commit into from
Nov 12, 2021

Conversation

iAziz786
Copy link
Contributor

@iAziz786 iAziz786 commented Nov 9, 2021

Fixes #46712

The "exceptZero" type was missing on the "signDisplay" option as it was mentioned in the issue. This PR adds it. I'm not sure whether do I have to write any test case for it. Please guide me if I have to write any.

@typescript-bot typescript-bot added the For Backlog Bug PRs that fix a backlog bug label Nov 9, 2021
@orta
Copy link
Contributor

orta commented Nov 12, 2021

Yep, confirmed with the spec - looks good to me, thanks

@orta orta merged commit fe3e117 into microsoft:main Nov 12, 2021
@iAziz786 iAziz786 deleted the iaziz786/issue46712 branch November 13, 2021 06:49
mprobst pushed a commit to mprobst/TypeScript that referenced this pull request Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Backlog Bug PRs that fix a backlog bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"exceptZero" for "signDisplay" option of Intl.NumberFormat() constructor options object
4 participants