pull/3538/head
Richard Harris 5 years ago
parent 6300ccb7a2
commit 24410083c7

@ -169,7 +169,6 @@ export default function dom(
scope = scope.parent;
}
// TODO dry out — most of this is shared with Expression.ts
if (node.type === 'AssignmentExpression' || node.type === 'UpdateExpression') {
const assignee = node.type === 'AssignmentExpression' ? node.left : node.argument;

Loading…
Cancel
Save