File tree Expand file tree Collapse file tree 2 files changed +22
-13
lines changed Expand file tree Collapse file tree 2 files changed +22
-13
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -3,16 +3,3 @@ description: Stable array sort() function
3
3
spec : https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort
4
4
group : arrays
5
5
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
You can’t perform that action at this time.
0 commit comments