Skip to content

Commit a1a13d7

Browse files
committed
lint
1 parent 524d229 commit a1a13d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export function CallExpression(node, context) {
2424
/** @type {Expression} */ (context.visit(node.arguments[0])),
2525
is_ignored(node, 'state_snapshot_uncloneable') && b.true
2626
);
27+
/* eslint-disable no-fallthrough */
2728
case '$state.invalidate':
2829
if (node.arguments[0].type === 'Identifier') {
2930
return b.call('$.invalidate', node.arguments[0]);

0 commit comments

Comments
 (0)