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 92cc175 commit af78465Copy full SHA for af78465
packages/svelte/src/compiler/phases/3-transform/client/transform-template/index.js
@@ -1,5 +1,4 @@
1
-/** @import { ComponentContext, ComponentClientTransformState } from '../types.js' */
2
-/** @import { Identifier, Expression } from 'estree' */
+/** @import { ComponentClientTransformState } from '../types.js' */
3
/** @import { Namespace } from '#compiler' */
4
/** @import { SourceLocation } from '#shared' */
5
import { dev } from '../../../../state.js';
0 commit comments