mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 10:17:51 +00:00
* Eclipse ignore * TypeScript support * Prefixing enums * Test results * Merged JS and TS generators * Fixed AppVeyor build problems * Fixed more AppVeyor build problems * Fixed more AppVeyor build problems * Changed TS flag to options struct * Storing options by value * Removed unneeded const * Re-export support for unions * Uint support * Casting bools to numbers for mutation * TS shell tests * Reverted generates js test file to original version * Backing up js tests and properly generating test data * Not importing flatbuffers for TS test generation * Not overwriting generated js for tests * AppVeyor test fixes * Generating the most strict TS code possible * Not returning null when creating vectors * Not returning null from struct contructors * Vector of unions for ts/js * Sanity check for languages * Indentation fix + output test files * Vectors of unions for php * Fixes to union vector handling + tests * Fix for strictPropertyInitialization |
||
|---|---|---|
| .. | ||
| FlatBuffers.Test | ||
| fuzzer | ||
| include_test | ||
| MyGame | ||
| namespace_test | ||
| prototest | ||
| union_vector | ||
| generate_code.bat | ||
| generate_code.sh | ||
| go_test.go | ||
| GoTest.sh | ||
| JavaScriptTest.js | ||
| JavaScriptTest.sh | ||
| JavaScriptUnionVectorTest.js | ||
| JavaTest.bat | ||
| javatest.bin | ||
| JavaTest.java | ||
| JavaTest.sh | ||
| monster_test.bfbs | ||
| monster_test.fbs | ||
| monster_test.grpc.fb.cc | ||
| monster_test.grpc.fb.h | ||
| monster_test.schema.json | ||
| monster_test_generated.h | ||
| monster_test_generated.js | ||
| monster_test_generated.ts | ||
| monsterdata_python_wire.mon | ||
| monsterdata_test.golden | ||
| monsterdata_test.json | ||
| monsterdata_test.mon | ||
| phpTest.php | ||
| phpUnionVectorTest.php | ||
| phpUnionVectorTest.sh | ||
| py_test.py | ||
| PythonTest.sh | ||
| test.cpp | ||
| TestAll.sh | ||
| TypeScriptTest.sh | ||
| unicode_test.json | ||