protobuf/js/binary
Adam Cozzette f00e06c95b Removed mention of Buffer in byteSourceToUint8Array
The Closure compiler complains about Buffer since that class exists only
in Node. That logic does not seem to be needed (unit tests and conformance
tests pass without it), so let's just remove it to solve the problem.
2017-05-02 17:25:54 -07:00
..
arith_test.js Down-integrate from internal code base. 2015-12-11 17:10:28 -08:00
arith.js Down-integrate from internal code base. 2015-12-11 17:10:28 -08:00
constants.js Integrated internal changes from Google 2016-06-29 15:38:03 -07:00
decoder_test.js Down-integrate from google3. 2017-03-29 14:33:05 -07:00
decoder.js Fix #1562 by using goog.crypt.byteArrayToString instead of String.fromCharCode.apply 2017-05-02 13:40:42 +01:00
encoder.js Down-integrate from google3. 2017-03-29 14:33:05 -07:00
message_test.js Merge 3.2.x branch into master (#2648) 2017-01-31 09:17:32 -08:00
proto_test.js JS: ensure that extension values are serialized even if they're falsy 2017-03-06 15:37:40 -08:00
reader_test.js Integrated internal changes from Google 2016-06-29 15:38:03 -07:00
reader.js Down-integrate from google3. 2017-03-29 14:33:05 -07:00
utils_test.js Fix #1562 by using goog.crypt.byteArrayToString instead of String.fromCharCode.apply 2017-05-02 13:40:42 +01:00
utils.js Removed mention of Buffer in byteSourceToUint8Array 2017-05-02 17:25:54 -07:00
writer_test.js Down-integrate from google3. 2017-03-29 14:33:05 -07:00
writer.js Down-integrate from google3. 2017-03-29 14:33:05 -07:00