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.
Showing
js/flatbuffers.js
0 → 100644
src/idl_gen_js.cpp
0 → 100644
tests/JavaScriptTest.js
0 → 100644
tests/JavaScriptTest.sh
0 → 100755
Please
register
or
sign in
to comment