(Tracking issue to save time for the curious and those they'd otherwise hound.)
Developers champing at the bit for native fat arrows? Worried about them being hidden behind a flag? Hounded by that one developer who insists they tried it and it's fine? Worried about the ominous warnings on the ES6 on io.js page?
really buggy or even broken features like Arrow Functions
Your first stop should be V8 issue 2700. Check to see if it's blocked (left column, just above "add a comment"):
- Not blocked? Perhaps fat arrows are on their way! Add a comment or update this text.
- Still blocked? Send the list below to that developer. Done!
v8 4.2.77.18 in io.js 2.0.0 still has trouble with:
If you need fat arrows, consider transpilation.
(Tracking issue to save time for the curious and those they'd otherwise hound.)
Developers champing at the bit for native fat arrows? Worried about them being hidden behind a flag? Hounded by that one developer who insists they tried it and it's fine? Worried about the ominous warnings on the ES6 on io.js page?
Your first stop should be V8 issue 2700. Check to see if it's blocked (left column, just above "add a comment"):
v8 4.2.77.18 in io.js 2.0.0 still has trouble with:
super()from an arrow function crashes the enginesuper.xfrom an arrow function throwsReferenceErrorIf you need fat arrows, consider transpilation.