aboutsummaryrefslogtreecommitdiff
path: root/js/commonjs/export.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.
* Fixed remaining JSPB test failuresAdam Cozzette2016-11-211-0/+1
|
* Fix missing import of jspb.Map (#1885)Guillaume Egles2016-08-031-0/+2
|
* Fix goog.require()/goog.provide() ordering.Josh Haberman2016-07-181-1/+1
|
* JavaScript: move extension binary info to separate struct.Josh Haberman2016-07-181-0/+2
|
* Integrate review comments.Josh Haberman2016-02-181-0/+6
|
* Fixed nested message scopes for CommonJS.Josh Haberman2016-02-181-0/+2
|
* Added some documentation in comments.Josh Haberman2016-02-181-0/+3
|
* Moved CommonJS-specific files to commonjs/.Josh Haberman2016-02-181-0/+11