aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/commonjs
Commit message (Collapse)AuthorAge
* Fix strict JS generator with import in a protofileGravatar Peter Marton2018-05-08
|
* Test: cover import_style=commonjs_strictGravatar Peter Marton2018-05-08
|
* 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 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
|
* Fix for CommonJS tests.Gravatar Josh Haberman2016-04-07
|
* Moved CommonJS-specific files into commonjs directoryGravatar murgatroid992016-02-24
|
* Fix CommonJS relative require generation, and test itGravatar murgatroid992016-02-24
|
* Properly camelCase when translating to CommonJS.Gravatar Josh Haberman2016-02-18
|
* Addressed more code review comments.Gravatar Josh Haberman2016-02-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