• 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
..
flatbuffers.js Loading commit data...