concurrently.macro
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

concurrently.macro

npm Babel Macro

Transforms your async function to be run concurrently much as possible.

Features

  • [ ] Bundles multiple await expressions into a single Promise.all expression
  • [x] Simple dependency analysis
  • [ ] Graph dependency analysis
  • [x] Manually emit side-effects
  • [ ] Limit maximum concurrency

LICENSE

MIT

Package Sidebar

Install

npm i concurrently.macro

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

15.1 kB

Total Files

7

Last publish

Collaborators

  • cometkim