You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Import of Intl.Locale from #39664
* Handle updating es2020.intl and add es2021 for new DateTimeFormatOptions options - re: #39664
* Extends DateTimeFormatOptions for new Intl APIs - re: #45420
* Handle migrating Intl.NumberFormat.formatToParts to es2018 (keeping esnext.intl around)
* Adds Intl.DisplayNames to es2020 - re: #44022
* Remove attributes added in es2021 from es2020 - re: #42944
* Add a reference to es2021 in the command line parser
* Adds some docs about the lib files
* Baselines
* Allow undefined in Intl inputs to allow for ergonomic usage of exactOptionalPropertyTypes - see #45652
* Adds some tests covering the APIs
* Apply suggestions from code review
Co-authored-by: Nathan Shively-Sanders <[email protected]>
* Handle PR feedback
* More review improvements
Co-authored-by: Nathan Shively-Sanders <[email protected]>
lib Update Request
fractionalSecondDigits
,dateStyle
,timeStyle
,dayPeriod
are in ES2021 draft, not ES2020.RangeError
.Reference upstream issue: formatjs/formatjs#2616
Configuration Check
Missing / Incorrect Definition
lib/es202.intl.d.ts
Sample Code
Documentation Link
https://402.ecma-international.org/7.0/
The text was updated successfully, but these errors were encountered: