Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed failing JS tests | Adam Cozzette | 2017-12-05 |
| | |||
* | Use closurebuilder.py in favor of calcdeps.py for compiling JavaScript | Adam Cozzette | 2017-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 failures | Adam Cozzette | 2016-11-21 |
| | |||
* | Fix for CommonJS tests. | Josh Haberman | 2016-04-07 |