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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy