mirror of https://github.com/tc39/test262.git
features.txt: upgrade stage4 proposals
This commit is contained in:
parent
41958b6a90
commit
997600841f
37
features.txt
37
features.txt
|
@ -27,10 +27,6 @@ Intl.NumberFormat-v3
|
|||
# https://github.com/tc39/proposal-regexp-legacy-features
|
||||
legacy-regexp
|
||||
|
||||
# Atomics.waitAsync
|
||||
# https://github.com/tc39/proposal-atomics-wait-async
|
||||
Atomics.waitAsync
|
||||
|
||||
# Import Attributes
|
||||
# https://github.com/tc39/proposal-import-attributes/
|
||||
import-attributes
|
||||
|
@ -45,10 +41,6 @@ import-assertions
|
|||
# https://github.com/tc39/proposal-json-modules
|
||||
json-modules
|
||||
|
||||
# Resizable Arraybuffer
|
||||
# https://github.com/tc39/proposal-resizablearraybuffer
|
||||
resizable-arraybuffer
|
||||
|
||||
# ArrayBuffer transfer
|
||||
# https://github.com/tc39/proposal-arraybuffer-transfer
|
||||
arraybuffer-transfer
|
||||
|
@ -61,18 +53,10 @@ Temporal
|
|||
# https://github.com/tc39/proposal-realms
|
||||
ShadowRealm
|
||||
|
||||
# Object.groupBy & Map.groupBy
|
||||
# https://github.com/tc39/proposal-array-grouping
|
||||
array-grouping
|
||||
|
||||
# Intl.DurationFormat
|
||||
# https://github.com/tc39/proposal-intl-duration-format
|
||||
Intl.DurationFormat
|
||||
|
||||
# RegExp set notation + properties of strings
|
||||
# https://github.com/tc39/proposal-regexp-set-notation
|
||||
regexp-v-flag
|
||||
|
||||
# Decorators
|
||||
# https://github.com/tc39/proposal-decorators
|
||||
decorators
|
||||
|
@ -84,11 +68,6 @@ regexp-duplicate-named-groups
|
|||
# https://tc39.es/proposal-array-from-async/
|
||||
Array.fromAsync
|
||||
|
||||
# Well-formed Unicode strings
|
||||
# https://github.com/tc39/proposal-is-usv-string
|
||||
String.prototype.isWellFormed
|
||||
String.prototype.toWellFormed
|
||||
|
||||
# JSON.parse with source
|
||||
# https://github.com/tc39/proposal-json-parse-with-source
|
||||
json-parse-with-source
|
||||
|
@ -101,18 +80,10 @@ regexp-modifiers
|
|||
# https://github.com/tc39/proposal-iterator-helpers
|
||||
iterator-helpers
|
||||
|
||||
# Promise.withResolvers
|
||||
# https://github.com/tc39/proposal-promise-with-resolvers
|
||||
promise-with-resolvers
|
||||
|
||||
# Promise.try
|
||||
# https://github.com/tc39/proposal-promise-try
|
||||
promise-try
|
||||
|
||||
# Set methods
|
||||
# https://github.com/tc39/proposal-set-methods
|
||||
set-methods
|
||||
|
||||
# Explicit Resource Management
|
||||
# https://github.com/tc39/proposal-explicit-resource-management
|
||||
explicit-resource-management
|
||||
|
@ -152,6 +123,8 @@ Array.prototype.flat
|
|||
Array.prototype.flatMap
|
||||
Array.prototype.includes
|
||||
Array.prototype.values
|
||||
Atomics.waitAsync
|
||||
array-grouping
|
||||
arrow-function
|
||||
async-iteration
|
||||
async-functions
|
||||
|
@ -231,6 +204,7 @@ Promise
|
|||
Promise.allSettled
|
||||
Promise.any
|
||||
Promise.prototype.finally
|
||||
promise-with-resolvers
|
||||
Proxy
|
||||
proxy-missing-checks # https://github.com/tc39/ecma262/pull/666
|
||||
Reflect
|
||||
|
@ -242,18 +216,23 @@ regexp-lookbehind
|
|||
regexp-match-indices
|
||||
regexp-named-groups
|
||||
regexp-unicode-property-escapes
|
||||
regexp-v-flag
|
||||
resizable-arraybuffer
|
||||
rest-parameters
|
||||
Set
|
||||
set-methods
|
||||
SharedArrayBuffer
|
||||
string-trimming
|
||||
String.fromCodePoint
|
||||
String.prototype.at
|
||||
String.prototype.endsWith
|
||||
String.prototype.includes
|
||||
String.prototype.isWellFormed
|
||||
String.prototype.matchAll
|
||||
String.prototype.replaceAll
|
||||
String.prototype.trimEnd
|
||||
String.prototype.trimStart
|
||||
String.prototype.toWellFormed
|
||||
super
|
||||
Symbol
|
||||
symbols-as-weakmap-keys
|
||||
|
|
Loading…
Reference in New Issue