Bug 147409 (InspectorAdoptES6)

Summary: [META] Adopt ES6 features in Web Inspector
Product: WebKit Reporter: Brian Burg <burg>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 142891, 147381, 147696    
Bug Blocks:    

Brian Burg
Reported 2015-07-29 11:31:07 PDT
Tracking bug for adopting new ES6 features. The comments here can be used to document our progress.
Attachments
Radar WebKit Bug Importer
Comment 1 2015-07-29 11:31:50 PDT
Joseph Pecoraro
Comment 2 2016-06-06 20:36:11 PDT
Web Inspector now: - uses classes heavily - uses arrow functions in many places - uses Generators, Proxy, Promise, Symbol, Map, Set - uses destructuring, object literal shorthands, and for..of - uses rest parameters and spread operator - uses plenty of native methods (includes, fill, startsWith, etc) I imagine we could use a Symbol.iterable somewhere, but it doesn't seem important. I think we are quite modernized now. Lets close.
Note You need to log in before you can comment on or make changes to this bug.