Skip to content

Commit a89cab8

Browse files
committed
oops
1 parent 6ecdba5 commit a89cab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/shared/assignments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function visit_assignment_expression(node, context, build_assignment) {
3333
return b.stmt(
3434
assignment ??
3535
b.assignment(
36-
'=',
36+
node.operator,
3737
/** @type {Identifier} */ (context.visit(original)),
3838
/** @type {Expression} */ (context.visit(replacement))
3939
)

0 commit comments

Comments
 (0)