Changes between Version 22 and Version 23 of WebInspectorCodingStyleGuide


Ignore:
Timestamp:
Dec 12, 2016 11:04:15 AM (8 years ago)
Author:
Joseph Pecoraro
Comment:

Removed section about bugs that have been fixed.

Legend:

Unmodified
Added
Removed
Modified
  • WebInspectorCodingStyleGuide

    v22 v23  
    149149}}}
    150150
    151 === Bugs and Gotchas
    152 
    153  * <https://bugs.webkit.org/show_bug.cgi?id=149338> Currently, arrow functions will always capture lexical `this`, even if the arrow function does not actually use `this`. The behavior causes TDZ error if such an arrow function is used in a constructor before calling `super()`.
    154  * Only basic functionality is implemented. Lexical binding of `arguments`, `super`, `new.target`, and `toString` are unimplemented.
    155 
    156 The feature tracking bug tree is here: <https://bugs.webkit.org/showdependencytree.cgi?id=140855&hide_resolved=1>
    157 
    158151
    159152== New class skeleton