aboutsummaryrefslogtreecommitdiff
path: root/js/message_test.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed references to foreign nested messages with CommonJS-style importsAdam Cozzette2016-10-101-0/+14
| | | | | | | | A bug was causing generated JSPB code with CommonJS-style imports to refer incorrectly to nested messages from other .proto files. The generated code would have things like "test_pb.InnerMessage" instead of "test_pb.OuterMessage.InnerMessage". This commit fixes the problem by correctly taking into account any message nesting.
* Integrate internal changesBo Yang2016-10-101-46/+9
|
* restore old behavior for toObjectNikolai Vavilov2016-07-191-3/+19
|
* Make implicit defaults consistent with explicit defaultsNikolai Vavilov2016-07-191-51/+32
|
* Integrate from internal code base.Feng Xiao2016-07-131-0/+46
|
* Integrated internal changes from GoogleAdam Cozzette2016-06-291-3/+30
| | | | This includes all internal changes from around May 20 to now.
* Integrate google internal changes.Jisi Liu2016-03-301-16/+34
|
* Fixed nested message scopes for CommonJS.Josh Haberman2016-02-181-6/+13
|
* CommonJS tests are now passing.Josh Haberman2016-02-181-3/+14
|
* Added README and enabled JavaScript tests on Node.jsJosh Haberman2015-12-211-1/+5
|
* Down-integrate from internal code base.Feng Xiao2015-12-111-0/+970