summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2020-10-19[JS/TS] Rewrite flexbuffers JS to TS (#6148)Björn Harrtell1-1048/+0
2020-09-17[JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095)Björn Harrtell2-1398/+1
2020-09-10[JS] FlexBuffers Fix for wrong type of offset and length values (#6107)Maxim Zaks1-25/+34
2020-08-31[JS] FlexBuffers Support (#5973)Maxim Zaks1-0/+1039
2020-07-27[Feature] Checks for Nullable strings (#6050)mustiikhalil1-0/+24
2020-04-09[TS] Add Obj API (#5788)Khoi Dinh Trinh1-0/+115
2020-03-12Add non-nullable modifier to return type of functions never returning null (#...Jakub Vrána1-10/+10
2019-05-16[JS/TS] Size prefix support (#5326)Björn Harrtell1-3/+24
2019-04-22[Javascript] Remove newly introduced trailing whitespace in flatbuffer.js (#5...Damien Lespiau1-2/+1
2019-01-14JS- support clear() method on builder (#5109)unintellisense1-0/+18
2018-04-23Adding JS function to get the File Identifier (#4715)Mark Henderson1-0/+20
2017-08-24Trimmed vtables of trailing zeroes.Wouter van Oortmerssen1-6/+11
2017-04-17Undo PR: make flatbuffers.js into a UMD module (#4228)Wouter van Oortmerssen1-11/+14
2017-04-10TypeScript support (#4232)Kamil Rojewski1-0/+29
2017-04-07make flatbuffers.js into a UMD module (#4228)Iain van der Bloat1-14/+11
2017-03-27Fixing closure compile compatibility when --gen-mutable is used.Wouter van Oortmerssen1-1/+9
2017-02-20fix #4180: Long.prototype.toFloat64() overflow (#4182)litianzhao1-1/+1
2017-02-08Changes to make flatbuffers javascript compatible with the closure compiler.Wouter van Oortmerssen1-0/+13
2016-10-21Fix Closure Compiler warnings (#4067)cajun-rat1-12/+15
2016-08-10Clarified in the docs how to get to the serialized bytes.Wouter van Oortmerssen1-3/+2
2016-07-11js:add @namespace annotation to namespacesJames Gilles1-0/+4
2016-02-25Fix #3773: Generated JS now avoids the flatbuffers objectEvan Wallace1-0/+32
2016-01-19Revamping the FlatBuffers docs.Mark Klara1-10/+46
2015-10-14Add UTF-8 support to the JavaScript APIEvan Wallace1-30/+53
2015-10-14change DataView to bit twiddling for JavaScriptEvan Wallace1-20/+48
2015-10-14Add low-level fuzzer, fix 64-bit issue it foundEvan Wallace1-2/+2
2015-10-14Add support for JavaScript code generationEvan Wallace1-0/+1021