-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 TypeScriptHelp WantedYou can do thisYou can do this
Milestone
Description
TypeScript Version:
3.9
Search Terms:
Intl.RelativeTimeFormat
Code
Expected behavior:
Actual behavior:
Reading through the lib2020.intl.d.ts I noticed a couple of issues in the declarations:
- Locale should not be
BCP47LanguageTag
, it should beUnicodeBCP47LocaleIdentifier
. - RelativeTimeFormat interface and const declaration should be combined into a single
class
.
Playground Link:
Related Issues:
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 TypeScriptHelp WantedYou can do thisYou can do this