Changeset 202508 in webkit


Ignore:
Timestamp:
Jun 27, 2016 12:52:26 PM (8 years ago)
Author:
keith_miller@apple.com
Message:

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

Reviewed by Saam Barati.

  • features.json:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r202503 r202508  
     12016-06-27  Keith Miller  <keith_miller@apple.com>
     2
     3        Add comment to Module feature in features.json
     4        https://bugs.webkit.org/show_bug.cgi?id=159159
     5
     6        Reviewed by Saam Barati.
     7
     8        * features.json:
     9
    1102016-06-27  Keith Miller  <keith_miller@apple.com>
    211
  • trunk/Source/JavaScriptCore/features.json

    r202503 r202508  
    213213        "documentation-url": "https://hacks.mozilla.org/2015/08/es6-in-depth-modules/",
    214214        "description": "Modules make modularizing code and splitting it across different files easy because the syntax and semantics are now standard in the JavaScript langauge.",
    215         "specification": "ES6"
     215        "specification": "ES6",
     216        "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=\"https:\/\/whatwg.github.io\/loader\/\"><\/a>. It is possible to use Modules with the jsc command line tool by passing the -m flag, although it is primarily intended for testing."
    216217    },
    217218    {
Note: See TracChangeset for help on using the changeset viewer.