Skip to content

Commit 9907cbc

Browse files
committed
YALF (yet another lint fix)
1 parent 440b93b commit 9907cbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ export function evaluate_static_expression(node, state, server) {
217217
} else if (
218218
//@ts-expect-error firefox has a non-standard recursion error
219219
typeof globalThis['InternalError'] === 'function' &&
220-
//@ts-expect-error
220+
//@ts-expect-error
221221
err instanceof globalThis['InternalError'] &&
222-
//@ts-ignore
222+
//@ts-ignore
223223
err.message === 'too much recursion'
224224
) {
225225
return DYNAMIC;

0 commit comments

Comments
 (0)