- /**
- * @fileoverview Export symbols needed by generated code in CommonJS style.
- *
- * This effectively is our canonical list of what we publicly export from
- * the google-protobuf.js file that we build at distribution time.
- */
- exports.Message = jspb.Message;
- exports.BinaryReader = jspb.BinaryReader;
- exports.BinaryWriter = jspb.BinaryWriter;
- exports.ExtensionFieldInfo = jspb.ExtensionFieldInfo;
- exports.exportSymbol = goog.exportSymbol;
- exports.inherits = goog.inherits;
|