Skip to content

Commit ecdbed4

Browse files
committed
regenerate
1 parent 587592c commit ecdbed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ declare module 'svelte/compiler' {
740740

741741
type CssHashGetter = (args: {
742742
name: string;
743-
filename: string | undefined;
743+
filename: string;
744744
css: string;
745745
hash: (input: string) => string;
746746
}) => string;
@@ -2613,7 +2613,7 @@ declare module 'svelte/types/compiler/interfaces' {
26132613

26142614
type CssHashGetter = (args: {
26152615
name: string;
2616-
filename: string | undefined;
2616+
filename: string;
26172617
css: string;
26182618
hash: (input: string) => string;
26192619
}) => string;

0 commit comments

Comments
 (0)