aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/test2.proto
Commit message (Collapse)AuthorAge
* Fixed references to foreign nested messages with CommonJS-style importsGravatar Adam Cozzette2016-10-10
| | | | | | | | 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.Gravatar Feng Xiao2015-12-11