Skip to content

Conversation

@CapOM
Copy link
Contributor

@CapOM CapOM commented Jul 10, 2019

Cherry-pick 26e30ab

The latest release of grpc-node cannot be used in a typescript project that uses -noImplicitAny. This is due to a signature being added without a specified return type. This causes the return type to implicitly be 'any' which TS explicitly disallows. For projects that use strict flags to catch lots of bugs, this prevents usage of this version of grpc entirely.

The latest release of grpc-node cannot be used in a typescript project that uses -noImplicitAny.  This is due to a signature being added without a specified return type.  This causes the return type to implicitly be 'any' which TS explicitly disallows.  For projects that use strict flags to catch lots of bugs, this prevents usage of this version of grpc entirely.
@murgatroid99
Copy link
Member

Thank you for this. I actually thought the change was on the other package and I didn't realize it needed to be backported.

@murgatroid99 murgatroid99 merged commit 70e8511 into grpc:grpc@1.22.x Jul 10, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants