flatbuffers/tests/FlatBuffers.Test.Swift
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
..
Sources/SwiftFlatBuffers Adds JSON encoding to swift (#6874) 2021-10-07 23:22:22 +02:00
Tests [TS] Fix generation of struct members in object api (#7148) 2022-03-23 21:40:11 -07:00
Package.swift Improves documentation, and adding DocC (#6784) 2021-09-27 20:59:19 +02:00
SwiftTest.sh Fixed default value of bool in struct for Swift (#7072) 2022-02-02 23:39:19 +03:00
monsterdata_test.mon [Swift] Swift implementation 🎉🎉 (#5603) 2020-01-09 12:12:10 -08:00