Skip to content

Commit

Permalink
Add Array[Symbol.species] to symbol (#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck authored Feb 27, 2025
1 parent e2dbe5d commit ee30b8f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/symbol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ spec: https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-obje
group: primitive-types
status:
compute_from: javascript.builtins.Symbol
# TODO: move javascript.builtins.Array.@@species to `array` when https://github.com/web-platform-dx/web-features/issues/91 is resolved
compat_features:
- javascript.builtins.Array.@@species
- javascript.builtins.Symbol
- javascript.builtins.Symbol.Symbol
- javascript.builtins.Symbol.description
Expand Down
13 changes: 13 additions & 0 deletions features/symbol.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,19 @@ compat_features:
- javascript.builtins.Symbol.search
- javascript.builtins.Symbol.split

# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "51"
# chrome_android: "51"
# edge: "79"
# firefox: "48"
# firefox_android: "48"
# safari: "10"
# safari_ios: "10"
- javascript.builtins.Array.@@species

# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
Expand Down

0 comments on commit ee30b8f

Please sign in to comment.