Skip to content

Commit be943e7

Browse files
authored
Add stable-array-sort.dist.yml (#1104)
1 parent d691934 commit be943e7

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

features/stable-array-sort.dist.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Generated from: stable-array-sort.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
name: Stable array sort
5+
description: Stable array sort() function
6+
spec: https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort
7+
group: arrays
8+
snapshot: ecmascript-2019
9+
status:
10+
baseline: high
11+
baseline_low_date: 2020-01-15
12+
baseline_high_date: 2022-07-15
13+
support:
14+
chrome: "70"
15+
chrome_android: "70"
16+
edge: "79"
17+
firefox: "3"
18+
firefox_android: "4"
19+
safari: "10.1"
20+
safari_ios: "10.3"
21+
compat_features:
22+
- javascript.builtins.Array.sort.stable_sorting

features/stable-array-sort.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,3 @@ description: Stable array sort() function
33
spec: https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort
44
group: arrays
55
snapshot: ecmascript-2019
6-
status:
7-
baseline: high
8-
baseline_low_date: 2020-01-15
9-
support:
10-
chrome: "70"
11-
chrome_android: "70"
12-
edge: "79"
13-
firefox: "3"
14-
firefox_android: "4"
15-
safari: "10.1"
16-
safari_ios: "10.3"
17-
compat_features:
18-
- javascript.builtins.Array.sort.stable_sorting

0 commit comments

Comments
 (0)