Skip to content

Commit 10d21a0

Browse files
committed
chore: generate types
1 parent e967dc8 commit 10d21a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/svelte/types/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,7 @@ declare module 'svelte/compiler' {
14581458
type ICompileDiagnostic = {
14591459
code: string;
14601460
message: string;
1461+
stack: string;
14611462
filename?: string;
14621463
start?: Location;
14631464
end?: Location;
@@ -2286,6 +2287,7 @@ declare module 'svelte/types/compiler/interfaces' {
22862287
type ICompileDiagnostic = {
22872288
code: string;
22882289
message: string;
2290+
stack: string;
22892291
filename?: string;
22902292
start?: Location;
22912293
end?: Location;

0 commit comments

Comments
 (0)