Skip to content

Commit 1aa9c7b

Browse files
authored
docs: add a jsdoc description for reconcile (#12965)
1 parent 803ebd5 commit 1aa9c7b

File tree

1 file changed

+1
-0
lines changed
  • packages/svelte/src/internal/client/dom/blocks

1 file changed

+1
-0
lines changed

packages/svelte/src/internal/client/dom/blocks/each.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ export function each(node, flags, get_collection, get_key, render_fn, fallback_f
224224
}
225225

226226
/**
227+
* Add, remove, or reorder items output by an each block as its input changes
227228
* @template V
228229
* @param {Array<V>} array
229230
* @param {EachState} state

0 commit comments

Comments
 (0)