Title: [210058] trunk/Source/_javascript_Core
Revision
210058
Author
[email protected]
Date
2016-12-21 08:42:11 -0800 (Wed, 21 Dec 2016)

Log Message

[ES6] Fix modules document in features.json
https://bugs.webkit.org/show_bug.cgi?id=166313

Reviewed by Saam Barati.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (210057 => 210058)


--- trunk/Source/_javascript_Core/ChangeLog	2016-12-21 11:48:58 UTC (rev 210057)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-12-21 16:42:11 UTC (rev 210058)
@@ -1,3 +1,12 @@
+2016-12-21  Yusuke Suzuki  <[email protected]>
+
+        [ES6] Fix modules document in features.json
+        https://bugs.webkit.org/show_bug.cgi?id=166313
+
+        Reviewed by Saam Barati.
+
+        * features.json:
+
 2016-12-20  Taras Tsugrii  <[email protected]>
 
         Fix undefined behavior caused by macro expansion producing 'defined'

Modified: trunk/Source/_javascript_Core/features.json (210057 => 210058)


--- trunk/Source/_javascript_Core/features.json	2016-12-21 11:48:58 UTC (rev 210057)
+++ trunk/Source/_javascript_Core/features.json	2016-12-21 16:42:11 UTC (rev 210058)
@@ -200,7 +200,7 @@
         "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",
-        "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."
+        "comment": "Modules can be loaded through script type=\"module\" tags. It is also possible to use Modules with the jsc command line tool by passing the -m flag."
     },
     {
         "name": "Number Object Extensions",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to