Skip to content

Commit 2fc7880

Browse files
committed
try this
1 parent bd6a414 commit 2fc7880

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ export class Boundary {
5454

5555
/**
5656
* Whether this boundary is inside a boundary (including this one) that's showing a pending snippet.
57+
* TODO the `returns` annotation is probably incorrect (it's a getter) but TSGo is currently failing
5758
* @type {boolean}
59+
* @returns {boolean}
5860
*/
5961
get pending() {
6062
if (this.has_pending_snippet()) {

0 commit comments

Comments
 (0)