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

Update the tests to use import syntax#316

Merged
DominicKramer merged 6 commits intogoogleapis:masterfrom
DominicKramer:test-prs/3-use-imports
Aug 1, 2017
Merged

Update the tests to use import syntax#316
DominicKramer merged 6 commits intogoogleapis:masterfrom
DominicKramer:test-prs/3-use-imports

Conversation

@DominicKramer
Copy link
Copy Markdown
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 31, 2017
Copy link
Copy Markdown
Contributor

@matthewloring matthewloring left a comment

Choose a reason for hiding this comment

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

This change is going to introduce a really large number of TODOs. Would it be possible to address some of the lower hanging fruit as part of this change? For example the extra parameter on isError seems to just be incorrect and should be removed.

const qs: { parse: (qs: any, sep?: string, eq?: string,
options?: { maxKeys?: number }) => any,
stringify: (obj: object|string|boolean|number, sep?: string,
eq?: string, name?: string) => string} = require('querystring');

This comment was marked as spam.

This comment was marked as spam.

@DominicKramer
Copy link
Copy Markdown
Contributor Author

@matthewloring I tried to have each PR only change things that were actually needed to be changed for transpilation and tests to pass. I think this will make it easier to review these changes as well as, in the future, review git history of the changes. As a result, a lot of TODOs were introduced, but I think follow-up PRs to address them should be ok.

Copy link
Copy Markdown
Contributor

@matthewloring matthewloring left a comment

Choose a reason for hiding this comment

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

Rubberstamp LGTM.

@DominicKramer DominicKramer merged commit df2c565 into googleapis:master Aug 1, 2017
@DominicKramer DominicKramer deleted the test-prs/3-use-imports branch October 9, 2017 20:51
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.

4 participants