Skip to content
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

Use type import in grpc server #264

Merged
merged 2 commits into from
Apr 6, 2022
Merged

Conversation

timostamm
Copy link
Owner

We were generating import * as grpc from "@grpc/grpc-js"; were we should have been generating import type * as grpc from "@grpc/grpc-js";. See #94.

We were generating `import * as grpc from "@grpc/grpc-js";` were we should have been generating `import type * as grpc from "@grpc/grpc-js";`. See #94.
@timostamm timostamm merged commit 1b657b4 into master Apr 6, 2022
@timostamm timostamm deleted the tstamm/type-import-grpc-server branch April 23, 2022 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant