summaryrefslogtreecommitdiff
path: root/ts
AgeCommit message (Expand)AuthorFilesLines
2023-05-03Migrate from rules_nodejs to rules_js/rules_ts (take 2) (#7928)Philipp Schrader2-11/+33
2023-04-28Revert "Migrate from rules_nodejs to rules_js/rules_ts (#7923)" (#7927)Derek Bailey2-33/+11
2023-04-28Migrate from rules_nodejs to rules_js/rules_ts (#7923)Philipp Schrader2-11/+33
2023-04-25TS/JS: Use TypeError instead of Error when appropriate (#7910)José Luis Millán1-5/+5
2023-01-21[TS/JS] Entry point per namespace and reworked 1.x compatible single file bui...Björn Harrtell4-14/+54
2023-01-10[TS]: builder, Fix requiredField(). Verity that the field is present in the v...José Luis Millán1-1/+2
2022-09-29[TS] Make strict compliant and improve typings (#7549)Björn Harrtell5-17/+19
2022-08-26Fix typos (#7483)Derek Bailey1-6/+6
2022-08-13Fix FlexBuffers JS/TS bug https://github.com/google/flatbuffers/issues/6934 (...Maxim Zaks2-7/+7
2022-08-06[TS] Use TextEncoder and TextDecoder (#7400)Björn Harrtell2-90/+11
2022-08-05[TS] fix incorrect reverse when writting array of structs (#7271)sssooonnnggg1-1/+1
2022-03-10[TS] Add single-file ts codegen & bazel rule for typescript (#7161)James Kuszmaul2-0/+39
2022-02-11[TS] Refactor away circular ref (#7099)Björn Harrtell2-10/+9
2022-02-08[JS] Add ".js" suffix to all import statements to generate a browser compatib...Timo Sturm11-44/+44
2022-01-29[ts] Builder incorrectly serializing empty strings (#7047)Max Burke1-2/+5
2022-01-06[TS/JS] BigInt implementation (#6998)Alex E6-72/+29
2021-09-23Use ArrayBuffer type for JS flexbuffer's toObject (#6851)Louis DeScioli2-2/+2
2021-01-19[TS/JS] New gen TS code gen (#6302)Björn Harrtell4-61/+21
2020-11-16Add type annotation to unspecified array (#6264)James Kuszmaul1-2/+2
2020-10-19[JS/TS] Rewrite flexbuffers JS to TS (#6148)Björn Harrtell10-0/+1087
2020-09-21[JS/TS] fix flatbuffers default export (#6123)Björn Harrtell1-0/+1
2020-09-17[JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095)Björn Harrtell8-0/+1061