aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/commonjs/export.js
Commit message (Collapse)AuthorAge
* 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 missing import of jspb.Map (#1885)Gravatar Guillaume Egles2016-08-03
|
* Fix goog.require()/goog.provide() ordering.Gravatar Josh Haberman2016-07-18
|
* JavaScript: move extension binary info to separate struct.Gravatar Josh Haberman2016-07-18
|
* Integrate review comments.Gravatar Josh Haberman2016-02-18
|
* Fixed nested message scopes for CommonJS.Gravatar Josh Haberman2016-02-18
|
* Added some documentation in comments.Gravatar Josh Haberman2016-02-18
|
* Moved CommonJS-specific files to commonjs/.Gravatar Josh Haberman2016-02-18