Hi there,

 Experimenting with Protobuffers again after being out of Google for a few 
years. I've been generating C# code for my proto buffer definition files 
with no problem; the problem is when I generate the JavaScript files.

 Each generated JavaScript file has the Closure dependency:

goog.require('jspb.Message');
>

However, I can't seem to find any file that contains a 
goog.provide('jspb.Message'), either locally or on the intertubes. My fear 
is that the providing file may be internal to Google, in which case protoc 
is useless to me for generating JavaScript. Is this the case, or is there a 
file somewhere I'm missing?

   Thanks,
       Jeff the Xoogler
 

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to