chore: regenerate types

pull/13504/head
paoloricciuti 2 years ago
parent fbe46ecdbc
commit ae4eed97b7

@ -1264,7 +1264,7 @@ declare module 'svelte/compiler' {
* May throw an error if the code is too complex to migrate automatically.
*
* */
export function migrate(source: string): {
export function migrate(source: string, filename?: string | undefined): {
code: string;
};
namespace Css {

Loading…
Cancel
Save