Re: [protobuf] Generated javascript dtos requiring missing built in proto types types, e.g. Timestamp (using beta-3, proto3, CommonJs)

2016-06-01 Thread Keith Woods
thanks for the response, issue created https://github.com/google/protobuf/issues/1638 On Wednesday, June 1, 2016 at 7:54:35 PM UTC+1, Feng Xiao wrote: > > > > On Wed, Jun 1, 2016 at 9:18 AM, Keith Woods > wrote: > >> Hi All >> >> I'm using proto3 with the last beta 3 (v3.0.0-beta-3) to generate

Re: [protobuf] Generated javascript dtos requiring missing built in proto types types, e.g. Timestamp (using beta-3, proto3, CommonJs)

2016-06-01 Thread 'Feng Xiao' via Protocol Buffers
On Wed, Jun 1, 2016 at 9:18 AM, Keith Woods wrote: > Hi All > > I'm using proto3 with the last beta 3 (v3.0.0-beta-3) to generate > javascript DTOS as CommonJs modules. > > In the generated javascript, built in proto type (e.g. > google.protobuf.Timestamp) are 'required' but don't exist. > > For