Skip to content

partial POC implementation for deepVariant #1112

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

muningis
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Mar 25, 2025

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

Name Status Preview Comments Updated (UTC)
valibot ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 25, 2025 7:32pm

});

matchVariation(data, "node.type", {
number(data) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Value here is narrowed down

number(data) {
console.log("It's a number!", {data});
},
string(data) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Value here is narrowed down

@fabian-hiller
Copy link
Owner

Thanks for this POC! I will wait for more developers to express interest in deepVaraint, but I can imagine providing such an API in the long run.

@fabian-hiller fabian-hiller self-assigned this Mar 31, 2025
@fabian-hiller fabian-hiller added the enhancement New feature or request label Mar 31, 2025
@muningis
Copy link
Contributor Author

I don't see a need of rush/push for this myself, primarily due to need of an additional utility for such types to be consumed in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants