aboutsummaryrefslogtreecommitdiff
path: root/js/test2.proto
Commit message (Collapse)AuthorAgeFilesLines
* Fixed references to foreign nested messages with CommonJS-style importsAdam Cozzette2016-10-101-0/+6
| | | | | | | | 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.
* Down-integrate from internal code base.Feng Xiao2015-12-111-0/+54