Skip to content

Commit 6eef391

Browse files
committed
fix: ensure tree-shaken if blocks correctly hydrate
1 parent 9c64066 commit 6eef391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export function next(count = 1) {
8181

8282
/**
8383
* Removes all nodes starting at `hydrate_node` up until the next hydration end comment
84+
* @param {boolean} [remove]
8485
*/
8586
export function traverse_nodes(remove = false) {
8687
var depth = 0;

0 commit comments

Comments
 (0)