Skip to content

Commit

Permalink
Cross-reference issue about feature subsetting for alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Feb 20, 2025
1 parent a969a02 commit 7ee30da
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions features/accessor-methods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ discouraged:
# [object-object, functions]`. In the future it'd be nice to have an
# internal reference to the object defineProperty method and the function
# get/set syntax.
# See https://github.com/web-platform-dx/web-features/issues/2676
compat_features:
- javascript.builtins.Object.defineGetter
- javascript.builtins.Object.defineSetter
Expand Down
1 change: 1 addition & 0 deletions features/date-get-year-set-year.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ discouraged:
# No `alternatives` because it would be `alternatives: [date]`. In the future
# it'd be nice to have an internal reference to getFullYear() and
# setFullYear() instead.
# See: https://github.com/web-platform-dx/web-features/issues/2676
compat_features:
- javascript.builtins.Date.getYear
- javascript.builtins.Date.setYear
1 change: 1 addition & 0 deletions features/date-to-gmt-string.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ discouraged:
# No `alternatives` because it would be `alternatives: [date]`. In the future
# it'd be nice to have an internal reference to the `toUTCString()` method
# instead.
# See: https://github.com/web-platform-dx/web-features/issues/2676
compat_features:
- javascript.builtins.Date.toGMTString
1 change: 1 addition & 0 deletions features/escape-unescape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ discouraged:
# No `alternatives` because it would be `alternatives: [javascript]`. In the
# future it'd be nice to have an internal reference to encodeURI(),
# decodeURI(), encodeURIComponent(), and decodeURIComponent() instead.
# See: https://github.com/web-platform-dx/web-features/issues/2676
compat_features:
- javascript.builtins.escape
- javascript.builtins.unescape
1 change: 1 addition & 0 deletions features/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ discouraged:
# No `alternatives` because it would be `alternatives: [object]`. In the
# future it'd be nice to have an internal reference to `getPrototypeOf()` and
# `setPrototypeOf()` instead.
# See: https://github.com/web-platform-dx/web-features/issues/2676
compat_features:
- javascript.builtins.Object.proto
1 change: 1 addition & 0 deletions features/regexp-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ discouraged:
# No `alternatives` because it would be `alternatives: [regexp]`. In the
# future it'd be nice to have an internal reference to the RegExp()
# constructor instead.
# See: https://github.com/web-platform-dx/web-features/issues/2676
compat_features:
- javascript.builtins.RegExp.compile

0 comments on commit 7ee30da

Please sign in to comment.