aboutsummaryrefslogtreecommitdiff
path: root/js/commonjs
Commit message (Collapse)AuthorAgeFilesLines
* Fix strict JS generator with import in a protofilePeter Marton2018-05-081-3/+16
|
* Test: cover import_style=commonjs_strictPeter Marton2018-05-081-0/+54
|
* Fixed failing JS testsAdam Cozzette2017-12-051-0/+1
|
* Use closurebuilder.py in favor of calcdeps.py for compiling JavaScriptAdam Cozzette2017-03-013-0/+12
| | | | | | | | | | 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-212-0/+2
|
* 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
|
* Fix for CommonJS tests.Josh Haberman2016-04-072-8/+30
|
* Moved CommonJS-specific files into commonjs directorymurgatroid992016-02-243-0/+134
|
* Fix CommonJS relative require generation, and test itmurgatroid992016-02-241-2/+3
|
* Properly camelCase when translating to CommonJS.Josh Haberman2016-02-181-1/+17
|
* Addressed more code review comments.Josh Haberman2016-02-181-15/+22
|
* Integrate review comments.Josh Haberman2016-02-183-4/+14
|
* Fixed nested message scopes for CommonJS.Josh Haberman2016-02-182-12/+18
|
* Added some documentation in comments.Josh Haberman2016-02-183-2/+31
|
* Moved CommonJS-specific files to commonjs/.Josh Haberman2016-02-184-0/+92