Skip to content

Conversation

@joshski
Copy link

@joshski joshski commented Oct 22, 2018

Hi!

I found this plugin handy... but I don't mind loops with awaits in them, e.g.

for (const foo of foos) {
  await foo()
}

...because this is a neat way of expressing serial execution of a list of async things (compared to say, using reduce).

But I'm not sure if this would warrant spawning a new plugin (e.g. no-sync-loops), or an option for this one. What do you think?

@nemobot nemobot added the WIP label Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants