1/** 2 * @fileoverview Export symbols needed by tests in CommonJS style. 3 * 4 * This file is like export.js, but for symbols that are only used by tests. 5 * However we exclude assert functions here, because they are exported into 6 * the global namespace, so those are handled as a special case in 7 * export_asserts.js. 8 */ 9 10goog.require('goog.crypt.base64'); 11goog.require('jspb.arith.Int64'); 12goog.require('jspb.arith.UInt64'); 13goog.require('jspb.BinaryEncoder'); 14goog.require('jspb.BinaryDecoder'); 15goog.require('jspb.utils'); 16 17exports.goog = goog; 18exports.jspb = jspb; 19