mirror of https://github.com/sveltejs/svelte
fix: batch resolution of async work (#17511)
* fix: batch resolution of async work Co-authored-by: David Roizenman <hmnd@users.noreply.github.com> * fix * drive-by tidy up — Batch.enqueue is (apparently?) a useless wrapper around queue_micro_task * 99% sure it's impossible for is_flushing to be true inside a queued task * add some comments * return early, reduce indentation --------- Co-authored-by: David Roizenman <hmnd@users.noreply.github.com>pull/17517/head
parent
ac03d27d68
commit
1ff7dd6123
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: batch resolution of async work
|
||||
Loading…
Reference in new issue