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.
pnpm generate:types
1 parent bbc7f7b commit a6cf944Copy full SHA for a6cf944
packages/svelte/types/index.d.ts
@@ -1362,7 +1362,13 @@ declare module 'svelte/compiler' {
1362
| AST.SvelteWindow
1363
| AST.SvelteBoundary;
1364
1365
- export type Tag = AST.ExpressionTag | AST.HtmlTag | AST.ConstTag | AST.DebugTag | AST.RenderTag;
+ export type Tag =
1366
+ | AST.AttachTag
1367
+ | AST.ConstTag
1368
+ | AST.DebugTag
1369
+ | AST.ExpressionTag
1370
+ | AST.HtmlTag
1371
+ | AST.RenderTag;
1372
1373
export type TemplateNode =
1374
| AST.Root
0 commit comments