TS tests fixes (#4265)
* 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
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- appveyor.yml 1 addition, 1 deletionappveyor.yml
- tests/JavaScriptTest.js 1 addition, 1 deletiontests/JavaScriptTest.js
- tests/JavaScriptTest.sh 1 addition, 1 deletiontests/JavaScriptTest.sh
- tests/TypeScriptTest.sh 3 additions, 5 deletionstests/TypeScriptTest.sh
- tests/generate_code.sh 2 additions, 2 deletionstests/generate_code.sh
- tests/namespace_test/namespace_test1_generated.ts 0 additions, 1 deletiontests/namespace_test/namespace_test1_generated.ts
- tests/namespace_test/namespace_test2_generated.ts 0 additions, 2 deletionstests/namespace_test/namespace_test2_generated.ts
Loading
Please register or sign in to comment