aboutsummaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@google.com>2016-09-27 15:36:41 -0700
committerAdam Cozzette <acozzette@google.com>2016-09-27 17:25:00 -0700
commitc4d70123ac99ff1a0886fc7dfa492010b027210a (patch)
treebcf1dd1b91794db683348b862ca78548abcd228c /php
parent787f3fb16380a403c99716a23ed09cd7b9ea5b67 (diff)
downloadprotobuf-c4d70123ac99ff1a0886fc7dfa492010b027210a.tar.gz
protobuf-c4d70123ac99ff1a0886fc7dfa492010b027210a.tar.bz2
protobuf-c4d70123ac99ff1a0886fc7dfa492010b027210a.zip
Fixed references to foreign nested messages with CommonJS-style imports
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.
Diffstat (limited to 'php')
0 files changed, 0 insertions, 0 deletions