fixes
Jovi De Croock 2 years ago b0a90c24 f242b6f8
··· 192 192 info 193 193 ); 194 194 195 195 - // TODO: do we need to support variable destructuring here like 196 196 - // .map being used in const [x] = list.map()? 197 195 if ( 198 196 ts.isVariableDeclaration(callExpression.parent) && 199 197 !isSomeOrEvery