aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/commonjs/export_testdeps.js
Commit message (Collapse)AuthorAge
* Fixed failing JS testsGravatar Adam Cozzette2017-12-05
|
* Use closurebuilder.py in favor of calcdeps.py for compiling JavaScriptGravatar Adam Cozzette2017-03-01
| | | | | | | | | | 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.
* Fixed remaining JSPB test failuresGravatar Adam Cozzette2016-11-21
|
* Fix for CommonJS tests.Gravatar Josh Haberman2016-04-07