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 22cba85 commit 468f33cCopy full SHA for 468f33c
docs/AST.md
@@ -474,7 +474,7 @@ interface SvelteEachBlock extends Node {
474
This is the `{#await}` tag node.
475
476
```ts
477
-interface BaseSvelteAwaitBlock extends Node {
+interface SvelteAwaitBlock extends Node {
478
type: "SvelteAwaitBlock";
479
expression: Expression;
480
kind: "await" | "await-then" | "await-catch";
@@ -521,7 +521,7 @@ interface SvelteAwaitCatchBlock extends Node {
521
}
522
```
523
524
-### SvelteAwaitCatchBlock
+### SvelteKeyBlock
525
526
This is the `{#key}` tag node.
527
@@ -535,7 +535,7 @@ interface SvelteKeyBlock extends Node {
535
536
## Comments
537
538
+### SvelteHTMLComment
539
540
This is the HTML comment node.
541
0 commit comments