-
Notifications
You must be signed in to change notification settings - Fork 22.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Intl resolved options order correction, normalize description (#36056)
* Added `"languageDisplay"` to `resolvedOptions()` of `Intl.DisplayNames` objects * Swapped order of `"style"` and `"type"` properties in Intl.ListFormat's `resolvedOptions()` to match 402 spec * Reordered `Intl.NumberFormat` `resolvedOptions` to reflect spec order. * Reordered `resolvedOptions` properties for `Intl.PluralRules` to reflect spec order * fixup! Added `"languageDisplay"` to `resolvedOptions()` of `Intl.DisplayNames` objects * fixup! Swapped order of `"style"` and `"type"` properties in Intl.ListFormat's `resolvedOptions()` to match 402 spec * Standardize format, first three * Fixes * Swapped order of `"style"` and `"type"` properties in Intl.ListFormat's `resolvedOptions()` to match 402 spec * Reordered `Intl.NumberFormat` `resolvedOptions` to reflect spec order. * Reordered `resolvedOptions` properties for `Intl.PluralRules` to reflect spec order * fixup! Swapped order of `"style"` and `"type"` properties in Intl.ListFormat's `resolvedOptions()` to match 402 spec * Fix others * numberformat --------- Co-authored-by: Joshua Chen <[email protected]>
- Loading branch information
Showing
11 changed files
with
132 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.