protobuf.js
protobuf.js copied to clipboard
protocolbuf.js fails to parse several schema of Google's protobuf repository
Hi there :)
protocolbuf.js fails to parse several schema of Google's protobuf repository.
Error: illegal token 'map' (line 67)
- google/protobuf/unittest.proto
- google/protobuf/unittest_custom_options.proto
- google/protobuf/unittest_lite.proto
TypeError: object must be a valid nested object
at Namespace.add (protobufjs/src/namespace.js:222:15)
at parseGroup (protobufjs/src/parse.js:452:16)
at parseField (protobufjs/src/parse.js:360:13)
at parseExtension_block (protobufjs/src/parse.js:735:25)
at ifBlock (protobufjs/src/parse.js:290:17)
at parseExtension (protobufjs/src/parse.js:722:9)
at parseCommon (protobufjs/src/parse.js:273:17)
at Object.parse (protobufjs/src/parse.js:790:21)
Hi @alexander-fenster could you pay attention to this issue or ping appropriate maintainer please?