mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
+/-inf were not being handled, and so invalid typescript was being generated when a float/double had an infinite default value. NaN was being handled correctly. Co-authored-by: Derek Bailey <derekbailey@google.com> Co-authored-by: Casper <casperneo@uchicago.edu>