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