pull/7738/head
Richard Harris 6 years ago
parent 8d5645bbe4
commit bea2ac9d53

@ -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