Skip to content

Commit b16f21a

Browse files
committed
unused
1 parent 65385c2 commit b16f21a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @import { CallExpression, Identifier } from 'estree' */
1+
/** @import { Identifier } from 'estree' */
22
/** @import { ComponentContext, Context } from '../../types' */
33
import { is_state_source } from '../../utils.js';
44
import * as b from '../../../../../utils/builders.js';

0 commit comments

Comments
 (0)