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

refactor: convert plugin-grpc.ts to typescript #799

Merged
merged 4 commits into from
Jul 17, 2018

Conversation

kjin
Copy link
Contributor

@kjin kjin commented Jul 14, 2018

This is a nice-to-have prereq for changing the grpc metadata context header as in #798.

@kjin kjin added this to the 3.0.0 milestone Jul 14, 2018
@kjin kjin requested a review from a team July 14, 2018 00:50
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 14, 2018
@@ -8,7 +8,8 @@
"noUnusedParameters": false,
"noImplicitAny": false,
"noImplicitThis": false,
"noEmitOnError": false
"noEmitOnError": false,
"lib": ["dom", "es2015"]

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Copy link
Contributor

@ofrobots ofrobots left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM w/ questions.

@kjin kjin merged commit 72cd353 into googleapis:master Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants