We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6a414 commit 2fc7880Copy full SHA for 2fc7880
packages/svelte/src/internal/client/dom/blocks/boundary.js
@@ -54,7 +54,9 @@ export class Boundary {
54
55
/**
56
* 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
58
* @type {boolean}
59
+ * @returns {boolean}
60
*/
61
get pending() {
62
if (this.has_pending_snippet()) {
0 commit comments