You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/hal/git/protobuf.js/cli/pbjs.js:165
throw err;
^
Error: unresolvable field type: ResolutionRequestType
at Error (native)
at Field.resolve (/home/hal/git/protobuf.js/src/field.js:242:19)
at /home/hal/git/protobuf.js/cli/targets/static.js:236:15
at Array.forEach (native)
at buildType (/home/hal/git/protobuf.js/cli/targets/static.js:235:22)
at buildNamespace (/home/hal/git/protobuf.js/cli/targets/static.js:120:9)
at /home/hal/git/protobuf.js/cli/targets/static.js:137:13
at Array.forEach (native)
at buildNamespace (/home/hal/git/protobuf.js/cli/targets/static.js:133:20)
at /home/hal/git/protobuf.js/cli/targets/static.js:137:13
When I set UnknownResolutionRequestType to positive value, pbjs generates js-file successfully
In v6.3.0 there was no such errors.
The text was updated successfully, but these errors were encountered:
protobuf.js version: 6.4.0 (current master, 751a90f)
I have two files:
when I call
I got error:
When I set
UnknownResolutionRequestType
to positive value, pbjs generates js-file successfullyIn v6.3.0 there was no such errors.
The text was updated successfully, but these errors were encountered: