Proto2TypeScript icon indicating copy to clipboard operation
Proto2TypeScript copied to clipboard

Maps are not generated properly

Open michelgb opened this issue 8 years ago • 6 comments

Hello. I notice maps are not properly converted to typescript definitions. For example.

map<string, int32> attr1 = 1;

should convert to

attr1 { [key: string]: number }

michelgb avatar Feb 06 '16 13:02 michelgb