You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to migrate Golang application to the new Protobuf Opaque API using this guide. This requires .proto files with Protobuf Editions. Now trying to generate TypeScript from these proto files fails with
abc.proto: is an editions file, but code generator protoc-gen-ts_proto hasn't been updated to support editions yet. Please ask the owner of this code generator to add support or switch back to proto2/proto3.
As suggested by the error message, ts-proto would need editions support for inter compatibility with Go using the Opaque API. Could Protobuf editions be supported?
The text was updated successfully, but these errors were encountered:
I'm trying to migrate Golang application to the new Protobuf Opaque API using this guide. This requires
.proto
files with Protobuf Editions. Now trying to generate TypeScript from these proto files fails withAs suggested by the error message,
ts-proto
would need editions support for inter compatibility with Go using the Opaque API. Could Protobuf editions be supported?The text was updated successfully, but these errors were encountered: