Skip to content

Commit 05ed17b

Browse files
committed
oops
1 parent e0f1daf commit 05ed17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/utils/builders.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export function unary(operator, argument) {
154154
return { type: 'UnaryExpression', argument, operator, prefix: true };
155155
}
156156

157-
export const void0 = unary('void', b.literal(0));
157+
export const void0 = unary('void', literal(0));
158158

159159
/**
160160
* @param {ESTree.Expression} test

0 commit comments

Comments
 (0)