[Webkit-unassigned] [Bug 171452] New: Speedometer: Add an ES2015 (Babel + Webpack) TodoMVC implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 28 15:02:55 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=171452

            Bug ID: 171452
           Summary: Speedometer: Add an ES2015 (Babel + Webpack) TodoMVC
                    implementation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: addyo at chromium.org
                CC: lforschler at apple.com

As part of Speedometer 2.0 (https://bugs.webkit.org/show_bug.cgi?id=170513), add an ES2015 TodoMVC implementation that transpiles down to ES5 using Babel and Webpack. This is a variant on the implementation in https://bugs.webkit.org/show_bug.cgi?id=171448 which highlights a popular ES2015 -> ES5 transpiled code pattern very commonly seen in production today. Most developers are still doing complete ES2015 transpiles back to ES5 rather than everything their target browsers support. 

With this implementation we round up Speedometer's ability to track: vanilla ES5 code, vanilla ES2015 code and transpiled ES2015 code (if the other patches land).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170428/1eafb3bc/attachment.html>


More information about the webkit-unassigned mailing list