TypeScript support (#4232)
* 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
Showing
- .gitignore 4 additions, 1 deletion.gitignore
- include/flatbuffers/code_generators.h 2 additions, 0 deletionsinclude/flatbuffers/code_generators.h
- include/flatbuffers/idl.h 7 additions, 2 deletionsinclude/flatbuffers/idl.h
- js/flatbuffers.js 29 additions, 0 deletionsjs/flatbuffers.js
- src/code_generators.cpp 14 additions, 0 deletionssrc/code_generators.cpp
- src/flatc.cpp 6 additions, 0 deletionssrc/flatc.cpp
- src/flatc_main.cpp 5 additions, 0 deletionssrc/flatc_main.cpp
- src/idl_gen_js.cpp 438 additions, 99 deletionssrc/idl_gen_js.cpp
- tests/TypeScriptTest.sh 25 additions, 0 deletionstests/TypeScriptTest.sh
- tests/generate_code.sh 2 additions, 2 deletionstests/generate_code.sh
- tests/monster_test_generated.ts 1683 additions, 0 deletionstests/monster_test_generated.ts
- tests/namespace_test/namespace_test1_generated.ts 180 additions, 0 deletionstests/namespace_test/namespace_test1_generated.ts
- tests/namespace_test/namespace_test2_generated.ts 277 additions, 0 deletionstests/namespace_test/namespace_test2_generated.ts
Loading
Please register or sign in to comment