We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0aca2 commit 2813ed2Copy full SHA for 2813ed2
packages/svelte/types/index.d.ts
@@ -1458,7 +1458,7 @@ declare module 'svelte/compiler' {
1458
type ICompileDiagnostic = {
1459
code: string;
1460
message: string;
1461
- stack: string;
+ stack?: string;
1462
filename?: string;
1463
start?: Location;
1464
end?: Location;
@@ -2287,7 +2287,7 @@ declare module 'svelte/types/compiler/interfaces' {
2287
2288
2289
2290
2291
2292
2293
0 commit comments