• Evan Wallace's avatar
    Add support for JavaScript code generation · 224e33ed
    Evan Wallace authored
    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.
    224e33ed
Name
Last commit
Last update
CMake Loading commit data...
android Loading commit data...
biicode Loading commit data...
build Loading commit data...
docs Loading commit data...
go Loading commit data...
include/flatbuffers Loading commit data...
java Loading commit data...
js Loading commit data...
net/FlatBuffers Loading commit data...
python Loading commit data...
reflection Loading commit data...
samples Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
biicode.conf Loading commit data...
readme.md Loading commit data...