-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pbts 6.8.0 doesn't generate enum typings #836
Comments
Also seeing this issue, which is blocking CockroachDB from using 6.8.0. |
anoever
added a commit
to anoever/protobuf.js
that referenced
this issue
Jul 30, 2017
We just ran into this, any reason this PR isn't merged? |
Is this related to #780? |
jsdoc@3.6.x will cause the enum problem, so I solved it by:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
protobuf.js version:
6.8.0
First, let me say thanks for improving the generated typings between 6.7.3 and 6.8.0! The only issue I see now is the generated typings don't include enum definitions.
I'm generating static ES6 module from the proto file with
pbjs
, then generating typings withpbts
this way:Here's a repro:
generated:
expected:
Thanks!
The text was updated successfully, but these errors were encountered: