Title: [240481] trunk/Source/_javascript_Core
- Revision
- 240481
- Author
- [email protected]
- Date
- 2019-01-25 10:45:09 -0800 (Fri, 25 Jan 2019)
Log Message
Update _javascript_Core feature status entries.
https://bugs.webkit.org/show_bug.cgi?id=193797
Reviewed by Mark Lam.
Updated feature status for Async Iteration, and Object rest/spread.
* features.json:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (240480 => 240481)
--- trunk/Source/_javascript_Core/ChangeLog 2019-01-25 18:42:00 UTC (rev 240480)
+++ trunk/Source/_javascript_Core/ChangeLog 2019-01-25 18:45:09 UTC (rev 240481)
@@ -1,3 +1,14 @@
+2019-01-25 Jon Davis <[email protected]>
+
+ Update _javascript_Core feature status entries.
+ https://bugs.webkit.org/show_bug.cgi?id=193797
+
+ Reviewed by Mark Lam.
+
+ Updated feature status for Async Iteration, and Object rest/spread.
+
+ * features.json:
+
2019-01-24 Keith Miller <[email protected]>
Remove usage of internal macro from private header
Modified: trunk/Source/_javascript_Core/features.json (240480 => 240481)
--- trunk/Source/_javascript_Core/features.json 2019-01-25 18:42:00 UTC (rev 240480)
+++ trunk/Source/_javascript_Core/features.json 2019-01-25 18:45:09 UTC (rev 240481)
@@ -98,8 +98,8 @@
{
"name": "Async Iteration",
"status": {
- "status": "In Development",
- "enabled-by-default": false
+ "status": "Supported",
+ "enabled-by-default": true
},
"url": "https://tc39.github.io/proposal-async-iteration/",
"documentation-url": "http://2ality.com/2016/10/asynchronous-iteration.html",
@@ -229,8 +229,8 @@
{
"name": "Object rest/spread",
"status": {
- "status": "In Development",
- "enabled-by-default": false
+ "status": "Supported",
+ "enabled-by-default": true
},
"url": "https://github.com/tc39/proposal-object-rest-spread",
"documentation-url": "http://2ality.com/2016/10/rest-spread-properties.html",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes