Skip to content

Commit 2961124

Browse files
committed
simplify
1 parent 163009d commit 2961124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/CallExpression.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function CallExpression(node, context) {
6464
);
6565

6666
case '$effect.pending':
67-
return b.call(b.id('$.pending'));
67+
return b.call('$.pending');
6868

6969
case '$inspect':
7070
case '$inspect().with':

0 commit comments

Comments
 (0)