protobuf.js version: 6.11.2 Trying to use `pbjs` and then `pbts` with a message like: ``` message Message { int32 value = 1; map<string, bool> map_one = 2; map<string, bool> map_two = 3; } ``` Fails with: ``` ERROR: Unable to parse /Users/jason/src/goodcover/core/e2e/proto/basic.proto.js: Identifier 'end2' has already been declared (9922:28) ```