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 9c64066 commit 6eef391Copy full SHA for 6eef391
packages/svelte/src/internal/client/dom/hydration.js
@@ -81,6 +81,7 @@ export function next(count = 1) {
81
82
/**
83
* Removes all nodes starting at `hydrate_node` up until the next hydration end comment
84
+ * @param {boolean} [remove]
85
*/
86
export function traverse_nodes(remove = false) {
87
var depth = 0;
0 commit comments