protobuf/js/commonjs
Adam Cozzette 671e075c5e Use closurebuilder.py in favor of calcdeps.py for compiling JavaScript
There are two motivations for this:
1) calcdeps.py is deprecated and replaced by closurebuilder.py.
2) As part of this I was able to tweak things so that the Closure
compiler does not attempt to examine every .js file in the tree under
js/. This makes it possible to put compatibility tests and related files
in a subdirectory without them getting mixed up with the main .js files
we care about.
2017-03-01 07:43:11 -08:00
..
test6 Moved CommonJS-specific files into commonjs directory 2016-02-24 14:23:08 -08:00
test7 Moved CommonJS-specific files into commonjs directory 2016-02-24 14:23:08 -08:00
export_asserts.js Use closurebuilder.py in favor of calcdeps.py for compiling JavaScript 2017-03-01 07:43:11 -08:00
export_testdeps.js Use closurebuilder.py in favor of calcdeps.py for compiling JavaScript 2017-03-01 07:43:11 -08:00
export.js Use closurebuilder.py in favor of calcdeps.py for compiling JavaScript 2017-03-01 07:43:11 -08:00
import_test.js Moved CommonJS-specific files into commonjs directory 2016-02-24 14:23:08 -08:00
jasmine.json Moved CommonJS-specific files to commonjs/. 2016-02-18 10:30:21 -08:00
rewrite_tests_for_commonjs.js Fix for CommonJS tests. 2016-04-07 14:04:55 -07:00