mirror of https://github.com/tc39/test262.git
features.txt: update new stage 4 proposals
This commit is contained in:
parent
3cacf7d85e
commit
80d5a59898
25
features.txt
25
features.txt
|
@ -23,14 +23,6 @@ Intl.NumberFormat-v3
|
||||||
# https://github.com/tc39/proposal-regexp-legacy-features
|
# https://github.com/tc39/proposal-regexp-legacy-features
|
||||||
legacy-regexp
|
legacy-regexp
|
||||||
|
|
||||||
# Import Attributes
|
|
||||||
# https://github.com/tc39/proposal-import-attributes/
|
|
||||||
import-attributes
|
|
||||||
|
|
||||||
# JSON modules
|
|
||||||
# https://github.com/tc39/proposal-json-modules
|
|
||||||
json-modules
|
|
||||||
|
|
||||||
# Temporal
|
# Temporal
|
||||||
# https://github.com/tc39/proposal-temporal
|
# https://github.com/tc39/proposal-temporal
|
||||||
Temporal
|
Temporal
|
||||||
|
@ -62,18 +54,6 @@ json-parse-with-source
|
||||||
# https://github.com/tc39/proposal-regex-escaping
|
# https://github.com/tc39/proposal-regex-escaping
|
||||||
RegExp.escape
|
RegExp.escape
|
||||||
|
|
||||||
# Regular expression modifiers
|
|
||||||
# https://github.com/tc39/proposal-regexp-modifiers
|
|
||||||
regexp-modifiers
|
|
||||||
|
|
||||||
# Iterator Helpers
|
|
||||||
# https://github.com/tc39/proposal-iterator-helpers
|
|
||||||
iterator-helpers
|
|
||||||
|
|
||||||
# Promise.try
|
|
||||||
# https://github.com/tc39/proposal-promise-try
|
|
||||||
promise-try
|
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -164,7 +144,9 @@ Float64Array
|
||||||
generators
|
generators
|
||||||
globalThis
|
globalThis
|
||||||
hashbang
|
hashbang
|
||||||
|
import-attributes
|
||||||
import.meta
|
import.meta
|
||||||
|
iterator-helpers
|
||||||
Int8Array
|
Int8Array
|
||||||
Int16Array
|
Int16Array
|
||||||
Int32Array
|
Int32Array
|
||||||
|
@ -182,6 +164,7 @@ Intl.Locale
|
||||||
Intl.NumberFormat-unified
|
Intl.NumberFormat-unified
|
||||||
Intl.RelativeTimeFormat
|
Intl.RelativeTimeFormat
|
||||||
Intl.Segmenter
|
Intl.Segmenter
|
||||||
|
json-modules
|
||||||
json-superset
|
json-superset
|
||||||
let
|
let
|
||||||
logical-assignment-operators
|
logical-assignment-operators
|
||||||
|
@ -200,6 +183,7 @@ Promise.allSettled
|
||||||
Promise.any
|
Promise.any
|
||||||
Promise.prototype.finally
|
Promise.prototype.finally
|
||||||
promise-with-resolvers
|
promise-with-resolvers
|
||||||
|
promise-try
|
||||||
Proxy
|
Proxy
|
||||||
proxy-missing-checks # https://github.com/tc39/ecma262/pull/666
|
proxy-missing-checks # https://github.com/tc39/ecma262/pull/666
|
||||||
Reflect
|
Reflect
|
||||||
|
@ -209,6 +193,7 @@ Reflect.setPrototypeOf
|
||||||
regexp-dotall
|
regexp-dotall
|
||||||
regexp-lookbehind
|
regexp-lookbehind
|
||||||
regexp-match-indices
|
regexp-match-indices
|
||||||
|
regexp-modifiers
|
||||||
regexp-named-groups
|
regexp-named-groups
|
||||||
regexp-unicode-property-escapes
|
regexp-unicode-property-escapes
|
||||||
regexp-v-flag
|
regexp-v-flag
|
||||||
|
|
Loading…
Reference in New Issue