Skip to content

Commit 29a47c2

Browse files
committed
type annotation is unnecessary
1 parent 91d09b0 commit 29a47c2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ export function boundary(node, props, children) {
112112
pause_effect(
113113
boundary_effect,
114114
() => {
115-
/** @type {TemplateNode | null} */
116115
var node = effect.nodes_start;
117116
var end = effect.nodes_end;
117+
118118
offscreen_fragment = document.createDocumentFragment();
119119

120120
while (node !== null) {

0 commit comments

Comments
 (0)