-
Notifications
You must be signed in to change notification settings - Fork 13k
Open
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
⚙ Compilation target
esnext
⚙ Library
ESNext
Missing / Incorrect Definition
Intl.Locale.prototype.getWeekInfo()
of the Intl Locale Info API is missing.
The method is available in multiple major browsers as well as in Node.js since v18.
Sample Code
const enUS = new Intl.Locale("en-US");
console.log(enUS.getWeekInfo());
Documentation Link
wlib, pushys, MidnightDesign, rlebascle, KisaragiEffective and 4 more
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