summaryrefslogtreecommitdiff
path: root/src/idl_gen_js_ts.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-10-28optional scalars for ts/js (#6215)Kamil Rojewski1-38/+63
2020-10-20Mass Refactoring to use `IsString` and other BASE_TYPE helpers (#6193)Casper1-18/+17
2020-10-07[TS] GRPC Implementation (#6141)mustiikhalil1-18/+36
2020-09-28[Python/JS/TS] Codegen SizeOf method for structs (#6136)Anass Al1-0/+12
2020-09-17[JS] Add getFullyQualifiedName() (#6119)Anass Al1-0/+12
2020-08-03[TS] Fix four bugs with imported types in TypeScript. (#6054)Max Burke1-17/+72
2020-07-30adding fb import when no other imports are present (#6030)Kamil Rojewski1-1/+5
2020-07-06Using proper symbol name for reexport (#6021)Kamil Rojewski1-4/+8
2020-07-02Updated FB import (#6019)Kamil Rojewski1-1/+1
2020-07-02Not using non-existent create method for obj api (#6015)Kamil Rojewski1-5/+27
2020-06-25[TS] Use proper TypedArray in create*Vector (#5991)hanstzou1-4/+22
2020-06-04fixed mutating inline values (#5942)Kamil Rojewski1-13/+19
2020-06-01General Codebase clean up (#5939)Derek Bailey1-12/+13
2020-05-18not creating creation methods when using structs (#5919)Kamil Rojewski1-48/+62
2020-05-11[TS] Make Obj-API work with --short-names (#5898)Khoi Dinh Trinh1-15/+25
2020-04-09[TS] Add Obj API (#5788)Khoi Dinh Trinh1-10/+571
2020-04-06[ts] Fix empty source/dest namespaces when reexporting. (#5841)Max Burke1-4/+11
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey1-20/+19
2020-01-20[typescript] Size-prefixed root accessors not taking into account size prefix...Max Burke1-4/+11
2019-11-11Ran src/clang-format-all.sh (#5617)Derek Bailey1-1/+2
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey1-43/+34
2019-11-04[C++, Java, C#, TypeScript, JavaScript] Skip generation of mutable union type...Derek Bailey1-1/+1
2019-09-05[Javascript] Fix syntax error for signed enum (#5503)Jaemin Park1-1/+1
2019-07-01Remove unused variables (#5382)Vladimir Glavnyy1-1/+1
2019-05-16[JS/TS] Size prefix support (#5326)Björn Harrtell1-56/+76
2019-05-02Fix issues with uint64 enums (#5265)Vladimir Glavnyy1-4/+3
2019-04-08Part of #5265, neutral changes (#5281)Vladimir Glavnyy1-4/+3
2019-03-11Made JS enum declarations compatible with google closureWouter van Oortmerssen1-17/+18
2019-02-25Added -Wextra-semi to Clang build.Wouter van Oortmerssen1-10/+10
2019-02-15Changed the JavaScript generation to emit createX helper functions just like ...Christopher Cifra1-47/+89
2019-02-14Generting imports for external enums in TS (#5175)Kamil Rojewski1-2/+6
2019-02-11Add flag to make short names in JS/TS. (#5152)Gabriel Nützi1-18/+23
2018-12-06Renamed JS generator to explicitly state it generates TS too (#5043)Kamil Rojewski1-0/+1335