Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds missing readonly keyword #10956

Merged
merged 1 commit into from
May 6, 2024
Merged

Adds missing readonly keyword #10956

merged 1 commit into from
May 6, 2024

Conversation

martrapp
Copy link
Member

@martrapp martrapp commented May 5, 2024

Changes

I have just seen that the new property "signal" of the events "astro:before-preparation" and "astro:before-swap" is missing the keyword "readonly". Technically, it has already been set to "readonly" via Object.defineProperty(). This is therefore not a functional change, but rather an in-code documentation improvement.

Testing

none.

Docs

n.a.

Copy link

changeset-bot bot commented May 5, 2024

⚠️ No Changeset found

Latest commit: 4e0cd0e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added the pkg: astro Related to the core `astro` package (scope) label May 5, 2024
@martrapp martrapp merged commit 11c58a9 into main May 6, 2024
13 checks passed
@martrapp martrapp deleted the mt/missing-readonly branch May 6, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: astro Related to the core `astro` package (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants