thesayyn / protoc-gen-ts

Compile protocol buffer messages to TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

methodName conflict

Iamxf opened this issue · comments

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?

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