mirror of https://github.com/tc39/test262.git
Move ES2023 features to "stable" list
This commit is contained in:
parent
715dd1073b
commit
bf527dfa49
21
features.txt
21
features.txt
|
@ -11,10 +11,6 @@
|
||||||
#
|
#
|
||||||
# https://github.com/tc39/process-document
|
# https://github.com/tc39/process-document
|
||||||
|
|
||||||
# Hashbang Grammar
|
|
||||||
# https://github.com/tc39/proposal-hashbang
|
|
||||||
hashbang
|
|
||||||
|
|
||||||
# Intl.Locale Info
|
# Intl.Locale Info
|
||||||
# https://github.com/tc39/proposal-intl-locale-info
|
# https://github.com/tc39/proposal-intl-locale-info
|
||||||
Intl.Locale-info
|
Intl.Locale-info
|
||||||
|
@ -59,10 +55,6 @@ Temporal
|
||||||
# https://github.com/tc39/proposal-realms
|
# https://github.com/tc39/proposal-realms
|
||||||
ShadowRealm
|
ShadowRealm
|
||||||
|
|
||||||
# Array.prototype.findLast & Array.prototype.findLastIndex
|
|
||||||
# https://github.com/tc39/proposal-array-find-from-last
|
|
||||||
array-find-from-last
|
|
||||||
|
|
||||||
# Array.groupBy & Map.groupBy
|
# Array.groupBy & Map.groupBy
|
||||||
# https://github.com/tc39/proposal-array-grouping
|
# https://github.com/tc39/proposal-array-grouping
|
||||||
array-grouping
|
array-grouping
|
||||||
|
@ -83,15 +75,6 @@ decorators
|
||||||
# https://github.com/tc39/proposal-duplicate-named-capturing-groups
|
# https://github.com/tc39/proposal-duplicate-named-capturing-groups
|
||||||
regexp-duplicate-named-groups
|
regexp-duplicate-named-groups
|
||||||
|
|
||||||
# Symbols as WeakMap keys
|
|
||||||
# https://github.com/tc39/proposal-symbols-as-weakmap-keys
|
|
||||||
symbols-as-weakmap-keys
|
|
||||||
|
|
||||||
# Array.prototype.toReversed, Array.prototype.toSorted, Array.prototype.toSpliced,
|
|
||||||
# Array.prototype.with and the equivalent TypedArray methods.
|
|
||||||
# https://github.com/tc39/proposal-change-array-by-copy/
|
|
||||||
change-array-by-copy
|
|
||||||
|
|
||||||
# https://tc39.es/proposal-array-from-async/
|
# https://tc39.es/proposal-array-from-async/
|
||||||
Array.fromAsync
|
Array.fromAsync
|
||||||
|
|
||||||
|
@ -123,6 +106,7 @@ AggregateError
|
||||||
align-detached-buffer-semantics-with-web-reality # https://github.com/tc39/ecma262/pull/2164
|
align-detached-buffer-semantics-with-web-reality # https://github.com/tc39/ecma262/pull/2164
|
||||||
arbitrary-module-namespace-names # https://github.com/tc39/ecma262/pull/2154
|
arbitrary-module-namespace-names # https://github.com/tc39/ecma262/pull/2154
|
||||||
ArrayBuffer
|
ArrayBuffer
|
||||||
|
array-find-from-last
|
||||||
Array.prototype.at
|
Array.prototype.at
|
||||||
Array.prototype.flat
|
Array.prototype.flat
|
||||||
Array.prototype.flatMap
|
Array.prototype.flatMap
|
||||||
|
@ -134,6 +118,7 @@ async-functions
|
||||||
Atomics
|
Atomics
|
||||||
BigInt
|
BigInt
|
||||||
caller
|
caller
|
||||||
|
change-array-by-copy
|
||||||
class
|
class
|
||||||
class-fields-private
|
class-fields-private
|
||||||
class-fields-private-in
|
class-fields-private-in
|
||||||
|
@ -170,6 +155,7 @@ Float32Array
|
||||||
Float64Array
|
Float64Array
|
||||||
generators
|
generators
|
||||||
globalThis
|
globalThis
|
||||||
|
hashbang
|
||||||
import.meta
|
import.meta
|
||||||
Int8Array
|
Int8Array
|
||||||
Int16Array
|
Int16Array
|
||||||
|
@ -230,6 +216,7 @@ String.prototype.trimEnd
|
||||||
String.prototype.trimStart
|
String.prototype.trimStart
|
||||||
super
|
super
|
||||||
Symbol
|
Symbol
|
||||||
|
symbols-as-weakmap-keys
|
||||||
Symbol.asyncIterator
|
Symbol.asyncIterator
|
||||||
Symbol.hasInstance
|
Symbol.hasInstance
|
||||||
Symbol.isConcatSpreadable
|
Symbol.isConcatSpreadable
|
||||||
|
|
Loading…
Reference in New Issue