Title: [217819] trunk/Source/_javascript_Core
- Revision
- 217819
- Author
- [email protected]
- Date
- 2017-06-05 21:53:35 -0700 (Mon, 05 Jun 2017)
Log Message
Try to fix features.json by adding an ESNext section.
Unreviewed.
* features.json:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (217818 => 217819)
--- trunk/Source/_javascript_Core/ChangeLog 2017-06-06 04:47:39 UTC (rev 217818)
+++ trunk/Source/_javascript_Core/ChangeLog 2017-06-06 04:53:35 UTC (rev 217819)
@@ -1,3 +1,11 @@
+2017-06-05 Saam Barati <[email protected]>
+
+ Try to fix features.json by adding an ESNext section.
+
+ Unreviewed.
+
+ * features.json:
+
2017-06-05 David Kilzer <[email protected]>
Follow-up: Update JSC's features.json
Modified: trunk/Source/_javascript_Core/features.json (217818 => 217819)
--- trunk/Source/_javascript_Core/features.json 2017-06-06 04:47:39 UTC (rev 217818)
+++ trunk/Source/_javascript_Core/features.json 2017-06-06 04:53:35 UTC (rev 217819)
@@ -25,6 +25,11 @@
"keywords": ["es7", "ecmascript"]
},
{
+ "name": "ESNext",
+ "url": "https://github.com/tc39/ecma262",
+ "keywords": ["esnext", "ecmascript"]
+ },
+ {
"name": "Internationalization API",
"status": {
"status": "Supported"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes