benjamn / ast-types

Esprima-compatible implementation of the Mozilla JS Parser API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scope.js can't find object-deconstruction declarations

VladimirMilenko opened this issue · comments

If you pass an AST which contains following code:

const {a} = b;

You don't get this a declaration.