Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions features/stable-array-sort.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Generated from: stable-array-sort.yml
# Do not edit this file by hand. Edit the source file instead!

name: Stable array sort
description: Stable array sort() function
spec: https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort
group: arrays
snapshot: ecmascript-2019
status:
baseline: high
baseline_low_date: 2020-01-15
baseline_high_date: 2022-07-15
support:
chrome: "70"
chrome_android: "70"
edge: "79"
firefox: "3"
firefox_android: "4"
safari: "10.1"
safari_ios: "10.3"
compat_features:
- javascript.builtins.Array.sort.stable_sorting
13 changes: 0 additions & 13 deletions features/stable-array-sort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,3 @@ description: Stable array sort() function
spec: https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort
group: arrays
snapshot: ecmascript-2019
status:
baseline: high
baseline_low_date: 2020-01-15
support:
chrome: "70"
chrome_android: "70"
edge: "79"
firefox: "3"
firefox_android: "4"
safari: "10.1"
safari_ios: "10.3"
compat_features:
- javascript.builtins.Array.sort.stable_sorting