-
Notifications
You must be signed in to change notification settings - Fork 37
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
Roadmap for TypeScript support #53
Comments
change registry.compileExprs to compileExprs
Hey David, TypeScript support is indeed underway 🙂 We have a few missing pieces to fill to make it work: Until today, there is no OSS implementation of CEL for TypeScript. Our protobuf implementation does not support embedding the validation annotations in the generated code yet. And of course the actual validation library needs writing. We have made significant progress on those missing pieces, but cannot share a timeline. Once bufbuild/protobuf-es#397 has been resolved, we will be close to making the other parts public. |
Thanks for your interest in TypeScript support! I'll be closing this issue but don't worry - this doesn't mean we're discarding the feature. Once bufbuild/protobuf-es#397 is resolved, we'll be closer to making it public. Stay tuned for updates, and feel free to reach out with any more questions. |
link #67 |
Related to: bufbuild#99 --------- Co-authored-by: Chris Roche <[email protected]>
Hello protovalidate team 👋. You mentioned that TypeScript support is underway in the README. I haven't been able to find branches or
bufbuild
repos relating to TypeScript + protovalidate. Do you have a sense of where this fits on your roadmap? Thanks in advance!The text was updated successfully, but these errors were encountered: