flatbuffers/ts
Max Burke 5993338ee3
[ts] Builder incorrectly serializing empty strings (#7047)
* [ts] Builder incorrectly serializing empty strings

The builder was returning an offset of zero for empty strings. This is
leading to flatbuffers which fail verification in other languages, such
as Rust.

* tests expect 0 offset for null or undefined strings
2022-01-29 14:23:57 -08:00
..
flexbuffers [TS/JS] BigInt implementation (#6998) 2022-01-06 20:35:37 -06:00
builder.ts [ts] Builder incorrectly serializing empty strings (#7047) 2022-01-29 14:23:57 -08:00
byte-buffer.ts [TS/JS] BigInt implementation (#6998) 2022-01-06 20:35:37 -06:00
constants.ts [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00
encoding.ts [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00
flatbuffers.ts [TS/JS] BigInt implementation (#6998) 2022-01-06 20:35:37 -06:00
flexbuffers.ts Use ArrayBuffer type for JS flexbuffer's toObject (#6851) 2021-09-23 16:22:13 -07:00
types.ts [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00
utils.ts [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00