mirror of https://github.com/sveltejs/svelte
fix: ensure map iteration order is correct (#16947)
quick follow-up to #16944 Resetting a map entry does not change its position in the map when iterating. We need to make sure that reset makes that batch jump "to the front" for the "reject all stale batches" logic below. Edge case for which I can't come up with a test case but it _is_ a possibility.pull/16949/head
parent
28765f846e
commit
99711d5822
Loading…
Reference in new issue