Skip to content

Commit 2022172

Browse files
committed
revert
1 parent 643fe6c commit 2022172

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/svelte/src/internal/client/types.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,11 @@ export type TemplateNode = Text | Element | Comment;
6464
export type Dom = TemplateNode | TemplateNode[];
6565

6666
export type EachState = {
67+
/** flags */
6768
flags: number;
69+
/** a key -> item lookup */
6870
items: Map<any, EachItem>;
71+
/** head of the linked list of items */
6972
first: EachItem | null;
7073
};
7174

0 commit comments

Comments
 (0)