Skip to content

Commit

Permalink
chore: make stack optional to make TS happy
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloricciuti committed Oct 25, 2024
1 parent 10d21a0 commit eb0aca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/src/compiler/utils/compile_diagnostic.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function get_code_frame(source, line, column) {
* @typedef {{
* code: string;
* message: string;
* stack: string;
* stack?: string;
* filename?: string;
* start?: Location;
* end?: Location;
Expand Down

0 comments on commit eb0aca2

Please sign in to comment.