[Webkit-unassigned] [Bug 122868] New: Web Inspector: ES6: JavaScript syntax highlighting and recognition of for..of

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 15 15:28:42 PDT 2013


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

           Summary: Web Inspector: ES6: JavaScript syntax highlighting and
                    recognition of for..of
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


JSC now supports for..of. We should syntax highlight it like for..in:

Compare these in the JS Console:

  js> for (var x in []) {}
  js> for (var x of []) {}

NOTE: Most likely CodeMirror JavaScript ES6 update.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list