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

feat(config): convert configuration parsers from typescript to zod #3065

Merged
merged 6 commits into from
Dec 20, 2023

Conversation

blacha
Copy link
Member

@blacha blacha commented Dec 19, 2023

Motivation

Configuration needs to be checked for validity, as the configuration gets more complex it becomes harder to know if the JSON object is actually valid

Modification

convert the configuration from typescript objects into ZOD parsers

Checklist

If not applicable, provide explanation of why.

  • Tests updated
  • Docs updated
  • Issue linked in Title

@blacha blacha requested a review from a team as a code owner December 19, 2023 21:29
Co-authored-by: Wentao Kuang <wkuang@linz.govt.nz>
@blacha blacha added this pull request to the merge queue Dec 20, 2023
Merged via the queue into master with commit 4691764 Dec 20, 2023
10 checks passed
@blacha blacha deleted the feat/config-computed branch December 20, 2023 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants