mirror of
https://github.com/tc39/test262.git
synced 2025-07-31 01:44:54 +02:00
Update features.txt status (#2022)
Move proposals that have been incorporated into the standard to the corresponding section.
This commit is contained in:
parent
3e38fe707f
commit
72fc9d8c8d
56
features.txt
56
features.txt
@ -34,45 +34,6 @@ class-methods-private
|
|||||||
# https://github.com/tc39/proposal-dynamic-import
|
# https://github.com/tc39/proposal-dynamic-import
|
||||||
dynamic-import
|
dynamic-import
|
||||||
|
|
||||||
# Promise.prototype.finally
|
|
||||||
# https://github.com/tc39/proposal-promise-finally
|
|
||||||
Promise.prototype.finally
|
|
||||||
|
|
||||||
# Async Iteration and Generators
|
|
||||||
# https://github.com/tc39/proposal-async-iteration
|
|
||||||
async-iteration
|
|
||||||
Symbol.asyncIterator
|
|
||||||
|
|
||||||
# Object rest/spread properties
|
|
||||||
# https://github.com/tc39/proposal-object-rest-spread
|
|
||||||
object-rest
|
|
||||||
object-spread
|
|
||||||
|
|
||||||
# Optional Catch Binding
|
|
||||||
# https://github.com/tc39/proposal-optional-catch-binding
|
|
||||||
optional-catch-binding
|
|
||||||
|
|
||||||
# RegExp s (dotAll) flag
|
|
||||||
# https://github.com/tc39/proposal-regexp-dotall-flag
|
|
||||||
regexp-dotall
|
|
||||||
|
|
||||||
# RegExp lookBehind
|
|
||||||
# https://github.com/tc39/proposal-regexp-lookbehind
|
|
||||||
regexp-lookbehind
|
|
||||||
|
|
||||||
# RegExp named groups capturing
|
|
||||||
# https://github.com/tc39/proposal-regexp-named-groups
|
|
||||||
regexp-named-groups
|
|
||||||
|
|
||||||
# RegExp Unicode Property Escapes
|
|
||||||
# https://github.com/tc39/proposal-regexp-unicode-property-escapes
|
|
||||||
regexp-unicode-property-escapes
|
|
||||||
|
|
||||||
# Shared Memory and Atomics
|
|
||||||
# https://github.com/tc39/ecmascript_sharedmem
|
|
||||||
Atomics
|
|
||||||
SharedArrayBuffer
|
|
||||||
|
|
||||||
# Array.prototype.flat and Array.prototype.flatMap
|
# Array.prototype.flat and Array.prototype.flatMap
|
||||||
# https://github.com/tc39/proposal-flatMap
|
# https://github.com/tc39/proposal-flatMap
|
||||||
Array.prototype.flat
|
Array.prototype.flat
|
||||||
@ -99,10 +60,6 @@ Symbol.matchAll
|
|||||||
# https://github.com/tc39/proposal-symbol-description
|
# https://github.com/tc39/proposal-symbol-description
|
||||||
Symbol.prototype.description
|
Symbol.prototype.description
|
||||||
|
|
||||||
# ECMAScript ⊃ JSON
|
|
||||||
# https://github.com/tc39/proposal-json-superset
|
|
||||||
json-superset
|
|
||||||
|
|
||||||
# Well-formed JSON.stringify
|
# Well-formed JSON.stringify
|
||||||
# https://github.com/tc39/proposal-well-formed-stringify
|
# https://github.com/tc39/proposal-well-formed-stringify
|
||||||
well-formed-json-stringify
|
well-formed-json-stringify
|
||||||
@ -149,7 +106,9 @@ import.meta
|
|||||||
ArrayBuffer
|
ArrayBuffer
|
||||||
Array.prototype.values
|
Array.prototype.values
|
||||||
arrow-function
|
arrow-function
|
||||||
|
async-iteration
|
||||||
async-functions
|
async-functions
|
||||||
|
Atomics
|
||||||
caller
|
caller
|
||||||
class
|
class
|
||||||
computed-property-names
|
computed-property-names
|
||||||
@ -173,21 +132,32 @@ Float64Array
|
|||||||
generators
|
generators
|
||||||
Int8Array
|
Int8Array
|
||||||
Int32Array
|
Int32Array
|
||||||
|
json-superset
|
||||||
let
|
let
|
||||||
Map
|
Map
|
||||||
new.target
|
new.target
|
||||||
|
object-rest
|
||||||
|
object-spread
|
||||||
Object.is
|
Object.is
|
||||||
|
optional-catch-binding
|
||||||
|
Promise.prototype.finally
|
||||||
Proxy
|
Proxy
|
||||||
Reflect
|
Reflect
|
||||||
Reflect.construct
|
Reflect.construct
|
||||||
Reflect.set
|
Reflect.set
|
||||||
Reflect.setPrototypeOf
|
Reflect.setPrototypeOf
|
||||||
|
regexp-dotall
|
||||||
|
regexp-lookbehind
|
||||||
|
regexp-named-groups
|
||||||
|
regexp-unicode-property-escapes
|
||||||
Set
|
Set
|
||||||
|
SharedArrayBuffer
|
||||||
String.fromCodePoint
|
String.fromCodePoint
|
||||||
String.prototype.endsWith
|
String.prototype.endsWith
|
||||||
String.prototype.includes
|
String.prototype.includes
|
||||||
super
|
super
|
||||||
Symbol
|
Symbol
|
||||||
|
Symbol.asyncIterator
|
||||||
Symbol.hasInstance
|
Symbol.hasInstance
|
||||||
Symbol.isConcatSpreadable
|
Symbol.isConcatSpreadable
|
||||||
Symbol.iterator
|
Symbol.iterator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user