Skip to content

Commit ae4eed9

Browse files
committed
chore: regenerate types
1 parent fbe46ec commit ae4eed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ 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): {
1267+
export function migrate(source: string, filename?: string | undefined): {
12681268
code: string;
12691269
};
12701270
namespace Css {

0 commit comments

Comments
 (0)