+2017-08-04 Oleksandr Skachkov <gskachkov@gmail.com>
+
+ [ESNext] Async iteration - update feature.json
+ https://bugs.webkit.org/show_bug.cgi?id=175197
+
+ Reviewed by Yusuke Suzuki.
+
+ Update feature.json to add status of the Async Iteration
+
+ * features.json:
+
2017-08-04 Matt Lewis <jlewis3@apple.com>
Unreviewed, rolling out r220271.
"description": "Arrow functions are a new type of function expression in ES6 that lexically binds this, new.target, arguments, and super.",
"specification": "ES6"
},
+ {
+ "name": "Async Iteration",
+ "status": {
+ "status": "In development",
+ "enabled-by-default": false
+ },
+ "url": "https://tc39.github.io/proposal-async-iteration/",
+ "documentation-url": "http://2ality.com/2016/10/asynchronous-iteration.html",
+ "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=166693",
+ "description": "This feature adds syntactic support for asynchronous iteration using the AsyncIterable and AsyncIterator protocols. It introduces a new IterationStatement, for-await-of, and adds syntax for creating async generator functions and methods.",
+ "specification": "ESNext",
+ "contact": {
+ "name": "Oleksandr Skachkov",
+ "twitter": "@alSkachkov",
+ "email": "gskachkov@gmail.com"
+ }
+ },
{
"name": "Block Scoping",
"status": {