Title: [202508] trunk/Source/_javascript_Core
Revision
202508
Author
[email protected]
Date
2016-06-27 12:52:26 -0700 (Mon, 27 Jun 2016)

Log Message

Add comment to Module feature in features.json
https://bugs.webkit.org/show_bug.cgi?id=159159

Reviewed by Saam Barati.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (202507 => 202508)


--- trunk/Source/_javascript_Core/ChangeLog	2016-06-27 19:17:24 UTC (rev 202507)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-06-27 19:52:26 UTC (rev 202508)
@@ -1,5 +1,14 @@
 2016-06-27  Keith Miller  <[email protected]>
 
+        Add comment to Module feature in features.json
+        https://bugs.webkit.org/show_bug.cgi?id=159159
+
+        Reviewed by Saam Barati.
+
+        * features.json:
+
+2016-06-27  Keith Miller  <[email protected]>
+
         Update features.json for ES6 completed features.
         https://bugs.webkit.org/show_bug.cgi?id=159152
 

Modified: trunk/Source/_javascript_Core/features.json (202507 => 202508)


--- trunk/Source/_javascript_Core/features.json	2016-06-27 19:17:24 UTC (rev 202507)
+++ trunk/Source/_javascript_Core/features.json	2016-06-27 19:52:26 UTC (rev 202508)
@@ -212,7 +212,8 @@
         "url": "http://www.ecma-international.org/ecma-262/6.0/index.html#sec-modules",
         "documentation-url": "https://hacks.mozilla.org/2015/08/es6-in-depth-modules/",
         "description": "Modules make modularizing code and splitting it across different files easy because the syntax and semantics are now standard in the _javascript_ langauge.",
-        "specification": "ES6"
+        "specification": "ES6",
+        "comment": "ES6 work is done, however, this feature is still listed as \"In Development\" because the module loading specification has yet to be finalized <a href="" It is possible to use Modules with the jsc command line tool by passing the -m flag, although it is primarily intended for testing."
     },
     {
         "name": "Number Object Extensions",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to