Skip to content

Commit

Permalink
chore: generate types -.-"
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloricciuti committed Oct 25, 2024
1 parent eb0aca2 commit 2813ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svelte/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@ declare module 'svelte/compiler' {
type ICompileDiagnostic = {
code: string;
message: string;
stack: string;
stack?: string;
filename?: string;
start?: Location;
end?: Location;
Expand Down Expand Up @@ -2287,7 +2287,7 @@ declare module 'svelte/types/compiler/interfaces' {
type ICompileDiagnostic = {
code: string;
message: string;
stack: string;
stack?: string;
filename?: string;
start?: Location;
end?: Location;
Expand Down

0 comments on commit 2813ed2

Please sign in to comment.