-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Description
(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:
- io.js Arrow functions' lexical binding is not working correctly #735, in which you can strip the binding from an arrow function
- V8 #4030, in which calling
super()
from an arrow function crashes the engine - V8 #4031, in which using
super.x
from an arrow function throwsReferenceError
If you need fat arrows, consider transpilation.
Metadata
Metadata
Assignees
Labels
v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.