You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@putout/plugin-apply-destructuring: drop support of 🐊 < 28
@putout/plugin-apply-destructuring: drop support of node < 16
@putout/plugin-apply-destructuring: object: get rid off const a = b.a || c -> const {a = c} = b since it works only for b.a = undefined not for: 0, null, undefined, '', etc