Changeset 240481 in webkit


Ignore:
Timestamp:
Jan 25, 2019 10:45:09 AM (5 years ago)
Author:
Jon Davis
Message:

Update JavaScriptCore 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:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r240468 r240481  
     12019-01-25  Jon Davis  <jond@apple.com>
     2
     3        Update JavaScriptCore feature status entries.
     4        https://bugs.webkit.org/show_bug.cgi?id=193797
     5
     6        Reviewed by Mark Lam.
     7       
     8        Updated feature status for Async Iteration, and Object rest/spread.
     9
     10        * features.json:
     11
    1122019-01-24  Keith Miller  <keith_miller@apple.com>
    213
  • trunk/Source/JavaScriptCore/features.json

    r222829 r240481  
    9999        "name": "Async Iteration",
    100100        "status": {
    101             "status": "In Development",
    102             "enabled-by-default": false
     101            "status": "Supported",
     102            "enabled-by-default": true
    103103        },
    104104        "url": "https://tc39.github.io/proposal-async-iteration/",
     
    230230        "name": "Object rest/spread",
    231231        "status": {
    232             "status": "In Development",
    233             "enabled-by-default": false
     232            "status": "Supported",
     233            "enabled-by-default": true
    234234        },
    235235        "url": "https://github.com/tc39/proposal-object-rest-spread",
Note: See TracChangeset for help on using the changeset viewer.