Bug 147409 (InspectorAdoptES6)
| Summary: | [META] Adopt ES6 features in Web Inspector | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brian Burg <burg> |
| Component: | Web Inspector | Assignee: | 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
Tracking bug for adopting new ES6 features. The comments here can be used to document our progress.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/22055394>
Joseph Pecoraro
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.