1. 28 Sep, 2016 1 commit
    • Adam Cozzette's avatar
      Fixed references to foreign nested messages with CommonJS-style imports · c4d70123
      Adam Cozzette authored
      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.
      c4d70123
  2. 26 Sep, 2016 3 commits
  3. 24 Sep, 2016 6 commits
  4. 23 Sep, 2016 19 commits
  5. 22 Sep, 2016 4 commits
  6. 21 Sep, 2016 6 commits
  7. 20 Sep, 2016 1 commit