Skip to content

Commit

Permalink
Add Intl.ListFormat (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Aug 14, 2024
1 parent eaa79fc commit 87fb645
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions features/intl-list-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Intl.ListFormat
description: "The `Intl.ListFormat` API creates a locale-aware formatter that turns iterable objects into localized strings."
group: intl
spec: https://tc39.es/ecma402/#listformat-objects
compat_features:
- javascript.builtins.Intl.ListFormat
- javascript.builtins.Intl.ListFormat.ListFormat
- javascript.builtins.Intl.ListFormat.format
- javascript.builtins.Intl.ListFormat.formatToParts
- javascript.builtins.Intl.ListFormat.resolvedOptions
- javascript.builtins.Intl.ListFormat.supportedLocalesOf
22 changes: 22 additions & 0 deletions features/intl-list-format.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Generated from: intl-list-format.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2021-04-26
baseline_high_date: 2023-10-26
support:
chrome: "72"
chrome_android: "72"
edge: "79"
firefox: "78"
firefox_android: "79"
safari: "14.1"
safari_ios: "14.5"
compat_features:
- javascript.builtins.Intl.ListFormat
- javascript.builtins.Intl.ListFormat.ListFormat
- javascript.builtins.Intl.ListFormat.format
- javascript.builtins.Intl.ListFormat.formatToParts
- javascript.builtins.Intl.ListFormat.resolvedOptions
- javascript.builtins.Intl.ListFormat.supportedLocalesOf

0 comments on commit 87fb645

Please # to comment.