Skip to content

Commit 727839b

Browse files
committed
chore: generate types
1 parent 83e77ff commit 727839b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/svelte/types/index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,9 @@ declare module 'svelte/compiler' {
12641264
* May throw an error if the code is too complex to migrate automatically.
12651265
*
12661266
* */
1267-
export function migrate(source: string, filename?: string | undefined): {
1267+
export function migrate(source: string, { filename }?: {
1268+
filename?: string;
1269+
} | undefined): {
12681270
code: string;
12691271
};
12701272
namespace Css {

0 commit comments

Comments
 (0)