11
11
#
12
12
# https://github.com/tc39/process-document
13
13
14
- # Hashbang Grammar
15
- # https://github.com/tc39/proposal-hashbang
16
- hashbang
17
-
18
14
# Intl.Locale Info
19
15
# https://github.com/tc39/proposal-intl-locale-info
20
16
Intl.Locale-info
@@ -59,10 +55,6 @@ Temporal
59
55
# https://github.com/tc39/proposal-realms
60
56
ShadowRealm
61
57
62
- # Array.prototype.findLast & Array.prototype.findLastIndex
63
- # https://github.com/tc39/proposal-array-find-from-last
64
- array-find-from-last
65
-
66
58
# Array.groupBy & Map.groupBy
67
59
# https://github.com/tc39/proposal-array-grouping
68
60
array-grouping
@@ -83,15 +75,6 @@ decorators
83
75
# https://github.com/tc39/proposal-duplicate-named-capturing-groups
84
76
regexp-duplicate-named-groups
85
77
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
-
95
78
# https://tc39.es/proposal-array-from-async/
96
79
Array.fromAsync
97
80
@@ -123,6 +106,7 @@ AggregateError
123
106
align-detached-buffer-semantics-with-web-reality # https://github.com/tc39/ecma262/pull/2164
124
107
arbitrary-module-namespace-names # https://github.com/tc39/ecma262/pull/2154
125
108
ArrayBuffer
109
+ array-find-from-last
126
110
Array.prototype.at
127
111
Array.prototype.flat
128
112
Array.prototype.flatMap
@@ -134,6 +118,7 @@ async-functions
134
118
Atomics
135
119
BigInt
136
120
caller
121
+ change-array-by-copy
137
122
class
138
123
class-fields-private
139
124
class-fields-private-in
@@ -170,6 +155,7 @@ Float32Array
170
155
Float64Array
171
156
generators
172
157
globalThis
158
+ hashbang
173
159
import.meta
174
160
Int8Array
175
161
Int16Array
@@ -230,6 +216,7 @@ String.prototype.trimEnd
230
216
String.prototype.trimStart
231
217
super
232
218
Symbol
219
+ symbols-as-weakmap-keys
233
220
Symbol.asyncIterator
234
221
Symbol.hasInstance
235
222
Symbol.isConcatSpreadable
0 commit comments