-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Add Intl.PluralRules to DOM types #23691
Copy link
Copy link
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do this
Milestone
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do this
TypeScript Version: 2.8.3
Search Terms:
(searched all issues, the wiki, the code, google, and stackoverflow)
Code
Gist:
Intl.PluralRulesis at Stage 4 and is supported by most browsers. In addition, there is a TC39 polyfill that exists for older browsers. I'd expect this now to exist in the DOM type definitions.Expected behavior:
Intl.PluralRulesto be defined.Actual behavior:
Intl.PluralRulesisn't defined anywhere. (I actually even took it one further and ripgrepped the entire repository forPluralRulesand there were 0 matches.)Playground Link: N/A
Related Issues: None that I could locate.