Skip to content

Commit 4224888

Browse files
trueadmRich-Harris
andauthored
Update packages/svelte/src/internal/shared/clone.js
Co-authored-by: Rich Harris <rich.harris@vercel.com>
1 parent 75a1f58 commit 4224888

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/shared

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/shared/clone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function clone(value, cloned, path, paths, original = null) {
8585
}
8686

8787
for (var key in value) {
88-
// @ts-ignore
88+
// @ts-expect-error
8989
copy[key] = clone(value[key], cloned, DEV ? `${path}.${key}` : path, paths);
9090
}
9191

0 commit comments

Comments
 (0)