Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor async parallel with Promise.all #59

Merged
merged 1 commit into from
Jul 1, 2020
Merged

Conversation

TrySound
Copy link
Contributor

@TrySound TrySound commented Jul 1, 2020

Ref #58

In this diff I refactored as small as possible part of code to replace
async.parallel with Promise.all and do not introduce any breaking
changes.

Further refactoring can be made in separate PR.

@TrySound
Copy link
Contributor Author

TrySound commented Jul 1, 2020

cc @jrit

@TrySound
Copy link
Contributor Author

TrySound commented Jul 1, 2020

My interest here is mjml which depends on juice so I will try to simplify juice as well after finishing with this package.

@jrit
Copy link
Owner

jrit commented Jul 1, 2020

can you resolve the conflicts on this one? I think I can merge and release on this PR without anything breaking before merging the one that requires node 10 and will be a major version. Correct?

Ref jrit#58

In this diff I refactored as small as possible part of code to replace
`async.parallel` with `Promise.all` and do not introduce any breaking
changes.

Further refactoring can be made in separate PR.
@TrySound
Copy link
Contributor Author

TrySound commented Jul 1, 2020

Right, done.

@jrit jrit merged commit 991fc4a into jrit:master Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants