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

Scope.js can't find object-deconstruction declarations #256

Open
VladimirMilenko opened this issue Mar 7, 2018 · 0 comments
Open

Scope.js can't find object-deconstruction declarations #256

VladimirMilenko opened this issue Mar 7, 2018 · 0 comments
Assignees
Labels

Comments

@VladimirMilenko
Copy link

If you pass an AST which contains following code:

const {a} = b;

You don't get this a declaration.

@benjamn benjamn self-assigned this Mar 9, 2018
@benjamn benjamn added the bug label Mar 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants