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 support for edition for .proto files #850

Open
Pineappletooth opened this issue Dec 29, 2024 · 1 comment
Open

Add support for edition for .proto files #850

Pineappletooth opened this issue Dec 29, 2024 · 1 comment

Comments

@Pineappletooth
Copy link

Proto files can now declare edition instead of syntax. source
So instead of using syntax="proto2"; or syntax="proto3"; you can use edition="2023";

But when using them in httpyac it gives the error Error: illegal token 'edition' (<proto path>, line 1)

Tested with httpyac 6.16.4

@AnWeber
Copy link
Owner

AnWeber commented Jan 2, 2025

If protobufjs/protobuf.js#1976 is fixed/implemented, I will upgrade my dependency

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

No branches or pull requests

2 participants