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

Use gts instead of gulp#344

Merged
DominicKramer merged 20 commits intogoogleapis:masterfrom
DominicKramer:cleanup/use-gts2
Nov 2, 2017
Merged

Use gts instead of gulp#344
DominicKramer merged 20 commits intogoogleapis:masterfrom
DominicKramer:cleanup/use-gts2

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 Oct 20, 2017
Copy link
Copy Markdown
Contributor

@gaofanmichael gaofanmichael left a comment

Choose a reason for hiding this comment

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

The comments are all about formatter. Is there a reason we move underscore in variable name?
Could you please check the failed test as well?

if (typeof(options) === 'function') {
listBreakpoints(
debuggeeId: string, options: {
includeAllUsers: boolean; includeInactive: boolean;

This comment was marked as spam.

This comment was marked as spam.

const scope =
nock(url)
.get(
api +

This comment was marked as spam.

This comment was marked as spam.

nocks.oauth2();
const scope = nock(API)
.post(
REGISTER_PATH,

This comment was marked as spam.

This comment was marked as spam.

// TODO: Handle the case when mapper is undefined
// TODO: Handle the case when v8debugapi.create returns null
api =
debugapi.create(

This comment was marked as spam.

This comment was marked as spam.

const arch = process.arch;
if (semver.satisfies(process.version, '>=8.5') &&
(arch === 'ia32' || arch === 'x86') &&
process.env['GCLOUD_USE_INSPECTOR']) {

This comment was marked as spam.

}
}

main(); No newline at end of file

This comment was marked as spam.

This comment was marked as spam.

"exclude": [
"node_modules"
]
} No newline at end of file

This comment was marked as spam.

This comment was marked as spam.

const fib = require('./bench-code.js');

const logger = new Logger(config.logLevel);
const logger = new (require('../src/logger.js'))(config.logLevel);

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

await setupUnitTests();
await setupSystemTests();
}
catch (e) {

This comment was marked as spam.

This comment was marked as spam.

Copy link
Copy Markdown
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, once remaining nit is addressed.

@DominicKramer DominicKramer merged commit b95bae2 into googleapis:master Nov 2, 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.

5 participants