flatbuffers/tests/MyGame
tira-misu 2ad408697f
[TS] Fix generation of struct members in object api (#7148)
* Fix C/C++ Create<Type>Direct with sorted vectors

If a struct has a key the vector has to be sorted. To sort the vector
you can't use "const".

* Changes due to code review

* Improve code readability

* Add generate of JSON schema to string to lib

* option indent_step is supported

* Remove unused variables

* Fix break in test

* Fix style to be consistent with rest of the code

* [TS] Fix reserved words as arguments (#6955)

* [TS] Fix generation of reserved words in object api (#7106)

* [TS] Fix generation of object api

* [TS] Fix MakeCamel -> ConvertCase

* [TS] Add test for struct of struct of struct

* Update generated files

* Add missing files

* [TS] Fix query of null/undefined fields in object api
2022-03-23 21:40:11 -07:00
..
Example [TS] Fix generation of struct members in object api (#7148) 2022-03-23 21:40:11 -07:00
Example2 Change Rust generated file defaults (#7101) 2022-02-15 11:48:42 -05:00
OtherNameSpace Change Rust generated file defaults (#7101) 2022-02-15 11:48:42 -05:00
InParentNamespace.cs [C#] Remove superfluous semicolon in C# structs (#6791) 2021-08-17 11:02:57 -04:00
InParentNamespace.go Support size-prefixed buffers and add tests for size-prefixed messages (#6232) 2020-11-05 11:23:56 -08:00
InParentNamespace.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
InParentNamespace.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
InParentNamespace.lua Change Rust generated file defaults (#7101) 2022-02-15 11:48:42 -05:00
InParentNamespace.php Cleaned up namespace handling. 2017-08-24 13:39:45 -07:00
InParentNamespace.py Keep methods with struct name and switch them to default (#6879) 2021-11-04 15:12:25 -07:00
InParentNamespaceT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
MonsterExtra.cs [C#] Remove superfluous semicolon in C# structs (#6791) 2021-08-17 11:02:57 -04:00
MonsterExtra.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
MonsterExtra.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
MonsterExtra.py Keep methods with struct name and switch them to default (#6879) 2021-11-04 15:12:25 -07:00
MonsterExtraT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
__init__.py Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00