Skip to content

Commit 2813ed2

Browse files
committed
chore: generate types -.-"
1 parent eb0aca2 commit 2813ed2

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
@@ -1458,7 +1458,7 @@ declare module 'svelte/compiler' {
14581458
type ICompileDiagnostic = {
14591459
code: string;
14601460
message: string;
1461-
stack: string;
1461+
stack?: string;
14621462
filename?: string;
14631463
start?: Location;
14641464
end?: Location;
@@ -2287,7 +2287,7 @@ declare module 'svelte/types/compiler/interfaces' {
22872287
type ICompileDiagnostic = {
22882288
code: string;
22892289
message: string;
2290-
stack: string;
2290+
stack?: string;
22912291
filename?: string;
22922292
start?: Location;
22932293
end?: Location;

0 commit comments

Comments
 (0)