diff options
author | Kamil Rojewski <krojew@users.noreply.github.com> | 2017-04-10 19:01:13 +0200 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2017-04-10 10:01:13 -0700 |
commit | 28e7dbd3d38ae430a5a9c17a36e9321f74476087 (patch) | |
tree | 73c79250dd8bdaafaa64370182f17cc372cd6857 /.gitignore | |
parent | adc50051e00d8d8568e1c791c30e1da53e6e4b01 (diff) | |
download | flatbuffers-28e7dbd3d38ae430a5a9c17a36e9321f74476087.tar.gz flatbuffers-28e7dbd3d38ae430a5a9c17a36e9321f74476087.tar.bz2 flatbuffers-28e7dbd3d38ae430a5a9c17a36e9321f74476087.zip |
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
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -66,5 +66,8 @@ build/VS2010/FlatBuffers.opensdf build/VS2010/ipch/**/*.ipch *.so Testing/Temporary +.cproject +.settings/ +.project net/**/obj - +node_modules/ |