Skip to content

Commit a6cf944

Browse files
committed
pnpm generate:types
1 parent bbc7f7b commit a6cf944

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/svelte/types/index.d.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,13 @@ declare module 'svelte/compiler' {
13621362
| AST.SvelteWindow
13631363
| AST.SvelteBoundary;
13641364

1365-
export type Tag = AST.ExpressionTag | AST.HtmlTag | AST.ConstTag | AST.DebugTag | AST.RenderTag;
1365+
export type Tag =
1366+
| AST.AttachTag
1367+
| AST.ConstTag
1368+
| AST.DebugTag
1369+
| AST.ExpressionTag
1370+
| AST.HtmlTag
1371+
| AST.RenderTag;
13661372

13671373
export type TemplateNode =
13681374
| AST.Root

0 commit comments

Comments
 (0)