Scope.js can't find object-deconstruction declarations
Open
bug
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 194
- Avg merge
- 22h 43m
- Merged PRs (30d)
- 10
Description
If you pass an AST which contains following code:
```js
const {a} = b;
```
You don't get this `a` declaration.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.