Open skycrazyk opened 1 week ago
Hi @skycrazyk ; I'm not sure what the issue is here; this github comment:
https://github.com/microsoft/TypeScript/issues/5711#issuecomment-157793294
Insinuates that adding an import of MessageFns
to clients.ts
will fix things.
Can you try adding that import and see if that fixes it?
It also seems like the error is related to the --declaration
flag, so maybe we should try running that on for our integration/*
test suite and see what happens? :thinking:
If you could try that, i.e. make sure our integration test suite is using the declaration flag, and see what happens in a PR build, that would be great. Thanks!
Error when calling
tsc
together with theoutputIndex=true
option in version 2.2.4. Everything normal in version 1.181.2Error
General view of errors
Error example
Protoc CLI command
Typescript CLI command
Dependencies
Global
NPM
Protofile example