Skip to content

Commit dd52427

Browse files
committed
tidy up
1 parent 579058a commit dd52427

File tree

1 file changed

+2
-2
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client/visitors/shared

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/** @import { BinaryOperator, Expression, Identifier } from 'estree' */
1+
/** @import { Identifier } from 'estree' */
22
/** @import { ComponentContext, Context } from '../../types' */
3-
import { build_proxy_reassignment, is_state_source, should_proxy } from '../../utils.js';
3+
import { is_state_source } from '../../utils.js';
44
import * as b from '../../../../../utils/builders.js';
55

66
/**

0 commit comments

Comments
 (0)