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
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
What version of typescript-eslint-parser are you using?
ts-2.4 branch
What code were you trying to parse?
({ foo = [] } = bar);
What did you expect to happen?
The equalsToken and objectAssignmentInitializer from the ShorthandPropertyAssignment node should be converted to an AssignmentPattern on the value property of the converted Property.