2016-02-02 23:18:34 +00:00
|
|
|
/**
|
|
|
|
* @fileoverview Export symbols needed by generated code in CommonJS style.
|
2016-02-04 22:58:45 +00:00
|
|
|
*
|
|
|
|
* This effectively is our canonical list of what we publicly export from
|
|
|
|
* the google-protobuf.js file that we build at distribution time.
|
2016-02-02 23:18:34 +00:00
|
|
|
*/
|
|
|
|
|
2016-02-04 18:29:27 +00:00
|
|
|
exports.Message = jspb.Message;
|
|
|
|
exports.BinaryReader = jspb.BinaryReader;
|
|
|
|
exports.BinaryWriter = jspb.BinaryWriter;
|
|
|
|
exports.ExtensionFieldInfo = jspb.ExtensionFieldInfo;
|
|
|
|
|
|
|
|
exports.exportSymbol = goog.exportSymbol;
|
|
|
|
exports.inherits = goog.inherits;
|