aboutsummaryrefslogtreecommitdiff
path: root/js/commonjs/export_asserts.js
Commit message (Collapse)AuthorAgeFilesLines
* Use closurebuilder.py in favor of calcdeps.py for compiling JavaScriptAdam Cozzette2017-03-011-0/+4
| | | | | | | | | | 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.
* Integrate review comments.Josh Haberman2016-02-181-0/+4
|
* Added some documentation in comments.Josh Haberman2016-02-181-1/+7
|
* Moved CommonJS-specific files to commonjs/.Josh Haberman2016-02-181-0/+27