Skip to content

Commit 545903f

Browse files
committed
update JSDoc
1 parent 8418298 commit 545903f

File tree

1 file changed

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

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,12 @@ export class Boundary {
262262
}
263263
}
264264

265-
/** @param {1 | -1} d */
265+
/**
266+
* Update the source that powers `$effect.pending()` inside this boundary,
267+
* and controls when the current `pending` snippet (if any) is removed.
268+
* Do not call from inside the class
269+
* @param {1 | -1} d
270+
*/
266271
update_pending_count(d) {
267272
this.#update_pending_count(d);
268273

0 commit comments

Comments
 (0)