We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Proto files can now declare edition instead of syntax. source So instead of using syntax="proto2"; or syntax="proto3"; you can use edition="2023";
syntax="proto2";
syntax="proto3";
edition="2023";
But when using them in httpyac it gives the error Error: illegal token 'edition' (<proto path>, line 1)
error Error: illegal token 'edition' (<proto path>, line 1)
Tested with httpyac 6.16.4
The text was updated successfully, but these errors were encountered:
If protobufjs/protobuf.js#1976 is fixed/implemented, I will upgrade my dependency
Sorry, something went wrong.
No branches or pull requests
Proto files can now declare edition instead of syntax. source
So instead of using
syntax="proto2";
orsyntax="proto3";
you can useedition="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
The text was updated successfully, but these errors were encountered: