Skip to content

Commit 4b1528c

Browse files
committed
arg
1 parent 33992ed commit 4b1528c

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function can_be_parallelized(expression, scope, analysis, bindings) {
5454
NewExpression: stop,
5555
StaticBlock: stop,
5656
Identifier(node, { path }) {
57-
// @ts-expect-error wtf
57+
// @ts-ignore this errors for me for some reason
5858
if (is_reference(node, /** @type {Node} */ (path.at(-1)))) {
5959
references.add(node.name);
6060
}

0 commit comments

Comments
 (0)