mirror of https://github.com/tc39/test262.git
Add feature flag for Array.fromAsync
Next proposal that the Igalia team plans to tackle is Array.fromAsync. This adds the feature flag.
This commit is contained in:
parent
1d5dc6b577
commit
dfb3593e3b
|
@ -289,6 +289,9 @@ symbols-as-weakmap-keys
|
|||
# https://github.com/tc39/proposal-change-array-by-copy/
|
||||
change-array-by-copy
|
||||
|
||||
# https://tc39.es/proposal-array-from-async/
|
||||
Array.fromAsync
|
||||
|
||||
## Standard language features
|
||||
#
|
||||
# Language features that have been included in a published version of the
|
||||
|
|
Loading…
Reference in New Issue