Use gts instead of gulp#344
Conversation
84a3329 to
f4f93de
Compare
gaofanmichael
left a comment
There was a problem hiding this comment.
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.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| const scope = | ||
| nock(url) | ||
| .get( | ||
| api + |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| nocks.oauth2(); | ||
| const scope = nock(API) | ||
| .post( | ||
| REGISTER_PATH, |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| // 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.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
73341fb to
446ffb7
Compare
test/test-debuglet.ts
Outdated
| 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.
This comment was marked as spam.
Sorry, something went wrong.
scripts/setup-test.ts
Outdated
| } | ||
| } | ||
|
|
||
| main(); No newline at end of file |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
scripts-tsconfig.json
Outdated
| "exclude": [ | ||
| "node_modules" | ||
| ] | ||
| } No newline at end of file |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
test/misc/bench.ts
Outdated
| 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.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| await setupUnitTests(); | ||
| await setupSystemTests(); | ||
| } | ||
| catch (e) { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
ofrobots
left a comment
There was a problem hiding this comment.
LGTM, once remaining nit is addressed.
77f2c97 to
f60b71a
Compare
No description provided.