Skip to content

Commit

Permalink
Adds missing readonly (withastro#10956)
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp authored May 6, 2024
1 parent fd508a0 commit 11c58a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/transitions/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BeforeEvent extends Event {
readonly sourceElement: Element | undefined;
readonly info: any;
newDocument: Document;
signal: AbortSignal;
readonly signal: AbortSignal;

constructor(
type: string,
Expand Down

0 comments on commit 11c58a9

Please sign in to comment.