docs: add a jsdoc description for reconcile (#12965)

pull/12971/head
Ben McCann 4 months ago committed by GitHub
parent 803ebd5676
commit 1aa9c7ba8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -224,6 +224,7 @@ export function each(node, flags, get_collection, get_key, render_fn, fallback_f
}
/**
* Add, remove, or reorder items output by an each block as its input changes
* @template V
* @param {Array<V>} array
* @param {EachState} state

Loading…
Cancel
Save