Skip to content

Commit 88b5010

Browse files
committed
address feedback
1 parent 0fb2538 commit 88b5010

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @import { BlockStatement, Expression } from 'estree' */
2-
/** @import { AST, Namespace } from '#compiler' */
2+
/** @import { AST } from '#compiler' */
33
/** @import { ComponentContext } from '../types' */
44
import * as b from '../../../../utils/builders.js';
55

0 commit comments

Comments
 (0)