Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

fix: Address compilation errors when using the agent with Typescript#370

Merged
DominicKramer merged 11 commits intogoogleapis:masterfrom
DominicKramer:test/install-tests-use-gts
Dec 8, 2017
Merged

fix: Address compilation errors when using the agent with Typescript#370
DominicKramer merged 11 commits intogoogleapis:masterfrom
DominicKramer:test/install-tests-use-gts

Conversation

@DominicKramer
Copy link
Copy Markdown
Contributor

@DominicKramer DominicKramer commented Dec 6, 2017

fixes: #367

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 6, 2017
@DominicKramer DominicKramer changed the title chore: Update installation tests to use gts bug: Address compilation errors when using the agent with Typescript Dec 6, 2017
@DominicKramer DominicKramer mentioned this pull request Dec 6, 2017
@DominicKramer DominicKramer force-pushed the test/install-tests-use-gts branch from b5d6782 to 6f8d215 Compare December 6, 2017 23:02
@DominicKramer DominicKramer requested a review from a team December 6, 2017 23:22
testMode_?: boolean;
}

export interface ResolvedDebugAgentConfig extends DebugAgentConfig {

This comment was marked as spam.

This comment was marked as spam.

@kjin
Copy link
Copy Markdown
Contributor

kjin commented Dec 7, 2017

Additional nit -- PR title should be fix:, not bug:, right?

@DominicKramer DominicKramer changed the title bug: Address compilation errors when using the agent with Typescript fix: Address compilation errors when using the agent with Typescript Dec 7, 2017
@googleapis googleapis deleted a comment Dec 7, 2017

export interface DebugAgentConfig extends common.AuthenticationConfig {
export type DebugAgentConfig = {
[K in keyof ResolvedDebugAgentConfig]?: Partial<ResolvedDebugAgentConfig[K]>

This comment was marked as spam.

This comment was marked as spam.

kjin
kjin previously approved these changes Dec 7, 2017
@kjin kjin dismissed their stale review December 7, 2017 22:00

Wait, did you upload a new commit?

@DominicKramer
Copy link
Copy Markdown
Contributor Author

@kjin I uploaded a new commit that added additional installation tests.

@DominicKramer DominicKramer merged commit 37399c2 into googleapis:master Dec 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong types

3 participants