TypeStat icon indicating copy to clipboard operation
TypeStat copied to clipboard

Deal with array and object destructuring instead of skipping them

Open JoshuaKGoldberg opened this issue 6 years ago • 0 comments

const [a, b] = [getOne(), getTwo()];

How should this be dealt with?

JoshuaKGoldberg avatar Dec 24 '18 17:12 JoshuaKGoldberg