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
{{ message }}
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.
When generating the types for a proto file that has extensions that reference the message that extends the generated typescript contains errors and I'm unable to include the types in my ts scripts.
I've included a simple .proto the json from the proto file and the generated types test_generation.zip
The text was updated successfully, but these errors were encountered:
Looks like the problem is that the json message object created for an extension has a 'ref' property but no 'name' property which is what the Dust.js template is looking for.
The quick fix is the add the 'name' property with the value of the 'ref' property. I'd make a pull request if I had permissions on github
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When generating the types for a proto file that has extensions that reference the message that extends the generated typescript contains errors and I'm unable to include the types in my ts scripts.
I've included a simple .proto the json from the proto file and the generated types
test_generation.zip
The text was updated successfully, but these errors were encountered: