forked from BigfootDev/flatbuffers
Add support for JavaScript code generation
This adds a JavaScript language target. The generated JavaScript uses Google Closure Compiler type annotations and can be compiled using the advanced compilation mode, which performs type checking and optimizations such as inlining and dead code elimination. The generated JavaScript also exports all generated symbols for use with Node.js and RequireJS. This export behavior can be turned off with the --no-js-exports flag for use with Google Closure Compiler.
This commit is contained in:
1021
js/flatbuffers.js
Normal file
1021
js/flatbuffers.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user