RESOLVED FIXED 147409
InspectorAdoptES6 [META] Adopt ES6 features in Web Inspector
https://bugs.webkit.org/show_bug.cgi?id=147409
Summary [META] Adopt ES6 features in Web Inspector
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.