Skip to content

Commit 7ee30da

Browse files
committed
Cross-reference issue about feature subsetting for alternatives
web-platform-dx#2676
1 parent a969a02 commit 7ee30da

6 files changed

+6
-0
lines changed

features/accessor-methods.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ discouraged:
88
# [object-object, functions]`. In the future it'd be nice to have an
99
# internal reference to the object defineProperty method and the function
1010
# get/set syntax.
11+
# See https://github.com/web-platform-dx/web-features/issues/2676
1112
compat_features:
1213
- javascript.builtins.Object.defineGetter
1314
- javascript.builtins.Object.defineSetter

features/date-get-year-set-year.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ discouraged:
88
# No `alternatives` because it would be `alternatives: [date]`. In the future
99
# it'd be nice to have an internal reference to getFullYear() and
1010
# setFullYear() instead.
11+
# See: https://github.com/web-platform-dx/web-features/issues/2676
1112
compat_features:
1213
- javascript.builtins.Date.getYear
1314
- javascript.builtins.Date.setYear

features/date-to-gmt-string.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ discouraged:
77
# No `alternatives` because it would be `alternatives: [date]`. In the future
88
# it'd be nice to have an internal reference to the `toUTCString()` method
99
# instead.
10+
# See: https://github.com/web-platform-dx/web-features/issues/2676
1011
compat_features:
1112
- javascript.builtins.Date.toGMTString

features/escape-unescape.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ discouraged:
88
# No `alternatives` because it would be `alternatives: [javascript]`. In the
99
# future it'd be nice to have an internal reference to encodeURI(),
1010
# decodeURI(), encodeURIComponent(), and decodeURIComponent() instead.
11+
# See: https://github.com/web-platform-dx/web-features/issues/2676
1112
compat_features:
1213
- javascript.builtins.escape
1314
- javascript.builtins.unescape

features/proto.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ discouraged:
77
# No `alternatives` because it would be `alternatives: [object]`. In the
88
# future it'd be nice to have an internal reference to `getPrototypeOf()` and
99
# `setPrototypeOf()` instead.
10+
# See: https://github.com/web-platform-dx/web-features/issues/2676
1011
compat_features:
1112
- javascript.builtins.Object.proto

features/regexp-compile.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ discouraged:
77
# No `alternatives` because it would be `alternatives: [regexp]`. In the
88
# future it'd be nice to have an internal reference to the RegExp()
99
# constructor instead.
10+
# See: https://github.com/web-platform-dx/web-features/issues/2676
1011
compat_features:
1112
- javascript.builtins.RegExp.compile

0 commit comments

Comments
 (0)