When testing the latest version (0.14.1) against a .proto file that defines extensions with primitive field types, we're now hitting an error during generation of the typescript types.
Versions of relevant software used
0.14.1 (not published to NPM but fetched via github ref)
What happened
ts-protoc-gen failed with an error.
What you expected to happen
No errors during type generation. The same proto files compile on 0.14.0.
How to reproduce it (as minimally and precisely as possible):
Create an extension that uses non-message field types, i.e.:
```
protoc-gen-ts error: Error: Missing extension type name - This is unhandled behaviour and should be reported as an issue on https://github.com/improbable-eng/ts-protoc-gen/issues
at Object.throwError (.../node_modules/ts-protoc-gen/lib/util.js:12:15)
at Object.printExtension (.../node_modules/ts-protoc-gen/lib/ts/extensions.js:11:63)
```
When testing the latest version (0.14.1) against a .proto file that defines extensions with primitive field types, we're now hitting an error during generation of the typescript types.
Versions of relevant software used
0.14.1 (not published to NPM but fetched via github ref)
What happened
ts-protoc-gen failed with an error.
What you expected to happen
No errors during type generation. The same proto files compile on 0.14.0.
How to reproduce it (as minimally and precisely as possible):
Create an extension that uses non-message field types, i.e.:
Full logs to relevant components
``` protoc-gen-ts error: Error: Missing extension type name - This is unhandled behaviour and should be reported as an issue on https://github.com/improbable-eng/ts-protoc-gen/issues at Object.throwError (.../node_modules/ts-protoc-gen/lib/util.js:12:15) at Object.printExtension (.../node_modules/ts-protoc-gen/lib/ts/extensions.js:11:63) ```
Anything else we need to know
n/a