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

Add errors for unknown experimental keys #7011

Merged
merged 6 commits into from May 18, 2023

Conversation

TheOtterlord
Copy link
Member

Changes

Adds validation for experimental keys, throwing a custom zod error if any unknown keys are present.

[astro] Unable to load /home/otterlord/Documents/Repos/astro/examples/basics/astro.config.mjs

 error   Invalid experimental key: `notARealExperiment`. 
  Make sure the spelling is correct, and that your Astro version supports this experiment.
  See https://docs.astro.build/en/reference/configuration-reference/#experimental-flags for more information.
Preview

Testing

Manually tested

Docs

The error links to existing related documentation. (see related docs)

@changeset-bot
Copy link

changeset-bot bot commented May 5, 2023

🦋 Changeset detected

Latest commit: 289f398

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

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

@github-actions github-actions bot added the pkg: astro Related to the core `astro` package (scope) label May 5, 2023
Copy link
Member

@bluwy bluwy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to followup on this. Seems like a nice addition!

@bluwy bluwy merged commit cada10a into withastro:main May 18, 2023
13 checks passed
@astrobot-houston astrobot-houston mentioned this pull request May 18, 2023
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