FormidableLabs / groqd

A schema-unaware, runtime and type-safe query builder for GROQ.
https://commerce.nearform.com/open-source/groqd
MIT License
221 stars 17 forks source link

groq-builder: validation improvements #251

Closed scottrippey closed 5 months ago

scottrippey commented 6 months ago

What

Improves the way we handle validation.
Enables "tree shaking" to remove validation, if unused. Improves type-checking of validation methods, for better error detection.

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **groqd** | ⬜️ Ignored ([Inspect](https://vercel.com/formidable-labs/groqd/6qTYFYpM4KRHnyvEJhJzmSNiH9hr)) | [Visit Preview](https://groqd-git-validation-formidable-labs.vercel.app) | | Jan 18, 2024 4:11am |
scottrippey commented 5 months ago

Closed, since #252 already contains this branch.