thesayyn / protoc-gen-ts

Compile protocol buffer messages to TypeScript.
MIT License
360 stars 74 forks source link

methodName conflict #253

Open Iamxf opened 8 months ago

Iamxf commented 8 months ago

if there are two fields(xxx and has_xxx) in one .proto message,.ts file will contains two methods named "has_xxx", is there any solution?

thesayyn commented 8 months ago

This is expected, however, it sounds like we are doing something wrong here.