Skip to content

Commit 8392fa0

Browse files
committed
ts
1 parent 5b5df3d commit 8392fa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/svelte/src/internal/client/render.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export function comment(anchor) {
198198
/**
199199
* @param {Element | Text} dom
200200
* @param {boolean} is_fragment
201-
* @param {null | ((Text | Comment | Element) & {$$fragment: undefined | Node[]})} anchor
201+
* @param {null | Text | Comment | Element} anchor
202202
* @returns {void}
203203
*/
204204
function close_template(dom, is_fragment, anchor) {
@@ -221,7 +221,7 @@ function close_template(dom, is_fragment, anchor) {
221221
}
222222

223223
/**
224-
* @param {null | ((Text | Comment | Element) & {$$fragment: undefined | Node[]})} anchor
224+
* @param {null | Text | Comment | Element} anchor
225225
* @param {Element | Text} dom
226226
* @returns {void}
227227
*/
@@ -230,7 +230,7 @@ export function close(anchor, dom) {
230230
}
231231

232232
/**
233-
* @param {null | ((Text | Comment | Element) & {$$fragment: undefined | Node[]})} anchor
233+
* @param {null | Text | Comment | Element} anchor
234234
* @param {Element | Text} dom
235235
* @returns {void}
236236
*/

0 commit comments

Comments
 (0)