Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

refactor: removed async module dependency#120

Merged
JustinBeckwith merged 10 commits intogoogleapis:masterfrom
vijay-qlogic:rmv-async-module
Dec 21, 2018
Merged

refactor: removed async module dependency#120
JustinBeckwith merged 10 commits intogoogleapis:masterfrom
vijay-qlogic:rmv-async-module

Conversation

@vijay-qlogic
Copy link
Copy Markdown
Contributor

Fixes #2883 partially for nodejs-proto-files (it's a good idea to open an issue first for discussion)

  • Tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 30, 2018
Comment thread tools/prepublish.ts Outdated
strip: 1,
},
next);
await extract(

This comment was marked as spam.

Comment thread tools/prepublish.ts Outdated
file.filename.indexOf('test') === -1);
},
},
() => {});

This comment was marked as spam.

Comment thread tools/prepublish.ts Outdated
require('child_process').exec('rm -rf google', next);
},
async function main() {
await require('child_process').exec('rm -rf google');

This comment was marked as spam.

Comment thread package.json
Comment thread tools/prepublish.ts
@JustinBeckwith JustinBeckwith changed the title removed async module dependency refactor: removed async module dependency Dec 21, 2018
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.

3 participants