Skip to content

Commit bf527df

Browse files
nicolo-ribaudoMs2ger
authored andcommitted
Move ES2023 features to "stable" list
1 parent 715dd10 commit bf527df

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

features.txt

+4-17
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
#
1212
# https://github.com/tc39/process-document
1313

14-
# Hashbang Grammar
15-
# https://github.com/tc39/proposal-hashbang
16-
hashbang
17-
1814
# Intl.Locale Info
1915
# https://github.com/tc39/proposal-intl-locale-info
2016
Intl.Locale-info
@@ -59,10 +55,6 @@ Temporal
5955
# https://github.com/tc39/proposal-realms
6056
ShadowRealm
6157

62-
# Array.prototype.findLast & Array.prototype.findLastIndex
63-
# https://github.com/tc39/proposal-array-find-from-last
64-
array-find-from-last
65-
6658
# Array.groupBy & Map.groupBy
6759
# https://github.com/tc39/proposal-array-grouping
6860
array-grouping
@@ -83,15 +75,6 @@ decorators
8375
# https://github.com/tc39/proposal-duplicate-named-capturing-groups
8476
regexp-duplicate-named-groups
8577

86-
# Symbols as WeakMap keys
87-
# https://github.com/tc39/proposal-symbols-as-weakmap-keys
88-
symbols-as-weakmap-keys
89-
90-
# Array.prototype.toReversed, Array.prototype.toSorted, Array.prototype.toSpliced,
91-
# Array.prototype.with and the equivalent TypedArray methods.
92-
# https://github.com/tc39/proposal-change-array-by-copy/
93-
change-array-by-copy
94-
9578
# https://tc39.es/proposal-array-from-async/
9679
Array.fromAsync
9780

@@ -123,6 +106,7 @@ AggregateError
123106
align-detached-buffer-semantics-with-web-reality # https://github.com/tc39/ecma262/pull/2164
124107
arbitrary-module-namespace-names # https://github.com/tc39/ecma262/pull/2154
125108
ArrayBuffer
109+
array-find-from-last
126110
Array.prototype.at
127111
Array.prototype.flat
128112
Array.prototype.flatMap
@@ -134,6 +118,7 @@ async-functions
134118
Atomics
135119
BigInt
136120
caller
121+
change-array-by-copy
137122
class
138123
class-fields-private
139124
class-fields-private-in
@@ -170,6 +155,7 @@ Float32Array
170155
Float64Array
171156
generators
172157
globalThis
158+
hashbang
173159
import.meta
174160
Int8Array
175161
Int16Array
@@ -230,6 +216,7 @@ String.prototype.trimEnd
230216
String.prototype.trimStart
231217
super
232218
Symbol
219+
symbols-as-weakmap-keys
233220
Symbol.asyncIterator
234221
Symbol.hasInstance
235222
Symbol.isConcatSpreadable

0 commit comments

Comments
 (0)