flatbuffers/tests/union_vector
Björn Harrtell 408e4db4af
[TS] Add Build TS to CI jobs (#6524)
* Add Build TS to CI jobs

* Add npm compile step

* Fix syntax

* Add required code gen for TS

* Exit on failure

* Make TS code gen identical to test run

* Remove duplicate TS code gen artifacts

* Remove bad gitignore

* Forgot parts of generate_code and make sure same settings for test run

* Don't forget about the bat

* Try and fix flatc args

* Another attempt to fix args

* Fix typo

* Commit up to date code gen

* Another attempt to fix sh/bat

* Move -o param to after -I

* Commit missing code gen file

* Fix grpc code gen and test

* Another grpc code gen fix

* Rework to not use ts folder

* Fix env vars in bat and make less churn

* Move TS code gen to dedicated folder

* Fix transpilation output folder and module paths

* Fixes to code gen

* Include generated js

* Moved ts code gen

* Remove test ts code gen folder
2021-04-12 10:41:59 -07:00
..
Attacker.cs pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
Attacker.java pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
Attacker.kt pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
Attacker.php Added missing generated code. 2017-08-11 09:28:06 -07:00
BookReader.cs [C#] support Json Serialization (#5752) 2020-02-10 17:43:36 -08:00
BookReader.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
BookReader.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
BookReader.php Added missing generated code. 2017-08-11 09:28:06 -07:00
Character.cs [C#] support Json Serialization (#5752) 2020-02-10 17:43:36 -08:00
Character.java Vector of unions support for java and c# (#4735) 2018-05-14 11:12:24 -07:00
Character.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
Character.php Changing array to be an associative array so that the Name function can work with non-sequential enums as well as those beginning at something other than zero. (#5151) 2019-02-04 23:33:57 +01:00
Movie.cs Union As Accessors for C# (#6251) 2020-11-12 09:28:21 -08:00
Movie.java pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
Movie.kt [Kotlin] Fix Access to union of vector element (#5994) 2020-06-22 17:08:35 -07:00
Movie.php Performance improvement to generated+supporting PHP (#5080) 2018-12-20 16:10:20 -08:00
Rapunzel.cs [C#] support Json Serialization (#5752) 2020-02-10 17:43:36 -08:00
Rapunzel.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
Rapunzel.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
Rapunzel.php Added missing generated code. 2017-08-11 09:28:06 -07:00
attacker.js [TS] Add Build TS to CI jobs (#6524) 2021-04-12 10:41:59 -07:00
attacker.ts fixed invalid TS call and added test files (#6495) 2021-03-04 12:12:44 -08:00
book-reader.js [TS] Add Build TS to CI jobs (#6524) 2021-04-12 10:41:59 -07:00
book-reader.ts fixed invalid TS call and added test files (#6495) 2021-03-04 12:12:44 -08:00
character.js [TS] Add Build TS to CI jobs (#6524) 2021-04-12 10:41:59 -07:00
character.ts fixed invalid TS call and added test files (#6495) 2021-03-04 12:12:44 -08:00
movie.js [TS] Add Build TS to CI jobs (#6524) 2021-04-12 10:41:59 -07:00
movie.ts fixed invalid TS call and added test files (#6495) 2021-03-04 12:12:44 -08:00
rapunzel.js [TS] Add Build TS to CI jobs (#6524) 2021-04-12 10:41:59 -07:00
rapunzel.ts fixed invalid TS call and added test files (#6495) 2021-03-04 12:12:44 -08:00
union_vector.fbs Added support for structs and strings in unions. 2017-04-12 17:47:47 -07:00
union_vector.json Fixed vector of union JSON parsing. 2019-03-07 15:05:00 -08:00
union_vector_generated.h [C++] Switch `flatc` to `--cpp-std c++11` C++ code generator (#6306) 2020-12-07 11:19:36 -08:00