mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
* [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