-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable ES6 function name inference #3407
Comments
FWIW I'm not seeing that the
|
@dilijev perhaps you are right, I noted that -es6experimental fixed it and figured it was because -es6experimental threw ES6FunctionName (which was disabled by default). Maybe my assumption was wrong :) |
Hmm, doesn't work for me with -es6experimental either. Which version of ChakraCore are you using? |
Correcting my earlier assertion that it didn't work: I was using a Release build to test. It works with Debug/Test builds with |
Another case not enabled in stable is the simple |
This was fixed in master by #6287 |
There are a number of cases that are currently not working properly, for example:
Expected: 'a'
Actual: ''
This appears to be fixed with the ES6FunctionName flag - we should consider enabling this. Anyone know why this isn't yet enabled?
The text was updated successfully, but these errors were encountered: