Skip to content
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

Don't try to visit ArrowFunctionExpression, they cannot be named #5008

Merged
merged 2 commits into from Jan 15, 2017

Conversation

Jessidhia
Copy link
Member

Q A
Patch: Bug Fix? yes
Major: Breaking Change? no
Minor: New Feature? no
Deprecations? no
Spec Compliancy? no
Tests Added/Pass? yes
Fixed Tickets Fixes #5004
License MIT
Doc PR
Dependency Changes

They will still be visited if the arrow functions are transformed to regular functions.

Diogo Franco (Kovensky) added 2 commits December 16, 2016 11:14
They will still be visited if the arrow functions are transformed to regular
functions.

Fixes #5004
@Jessidhia Jessidhia added this to the Next Patch milestone Dec 16, 2016
@Jessidhia Jessidhia added the PR: Bug Fix 🐛 A type of pull request used for our changelog categories label Dec 16, 2016
@loganfsmyth loganfsmyth merged commit 17b711f into master Jan 15, 2017
@loganfsmyth
Copy link
Member

Looks right to me.

@existentialism existentialism deleted the fix-5004 branch January 15, 2017 21:54
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Bug Fix 🐛 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

transform-es2015-function-name incorrect export with destructoring rename: export const x => ({x}) => x
2 participants