Skip to content

Commit b68dcdc

Browse files
committed
note to self
1 parent b61c6ad commit b68dcdc

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

packages/svelte/src/internal/client/dom/task.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ export function queue_boundary_micro_task(fn) {
4646
queueMicrotask(run_micro_tasks);
4747
}
4848

49+
// TODO do we need to differentiate between `boundary_micro_tasks` and `micro_tasks`?
50+
// nothing breaks if we push everything to `micro_tasks`
4951
boundary_micro_tasks.push(fn);
5052
}
5153

0 commit comments

Comments
 (0)