Skip to content

Add currency sign to NumberFormatOptions type #40709

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
Oct 6, 2020

Conversation

maurobringolf
Copy link
Contributor

This adds the missing currencySign field to the NumberFormatOptions type. It is my first time working with this codebase, so there probably is a better place to put the corresponding test? (example taken from the issue).

Fixes #40622.

@typescript-bot typescript-bot added the For Backlog Bug PRs that fix a backlog bug label Sep 22, 2020
@ghost
Copy link

ghost commented Sep 22, 2020

CLA assistant check
All CLA requirements met.

@sandersn
Copy link
Member

sandersn commented Oct 6, 2020

As @DanielRosenwasser points out on the later PR for this same bug, we may need to consider a general solution to decouple Intl versions from the standard library. For a fix like this I don't think it's needed though.

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
Archived in project
Development

Successfully merging this pull request may close these issues.

NumberFormatOptions is missing currencySign option
3 participants