We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579058a commit dd52427Copy full SHA for dd52427
packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/declarations.js
@@ -1,6 +1,6 @@
1
-/** @import { BinaryOperator, Expression, Identifier } from 'estree' */
+/** @import { Identifier } from 'estree' */
2
/** @import { ComponentContext, Context } from '../../types' */
3
-import { build_proxy_reassignment, is_state_source, should_proxy } from '../../utils.js';
+import { is_state_source } from '../../utils.js';
4
import * as b from '../../../../../utils/builders.js';
5
6
/**
0 commit comments