Run promise-returning & async functions in series, each passing its result to the next
by sindresorhusTypeScript
Last 12 weeks · 0 commits
4 of 6 standards met
Repository: sindresorhus/p-waterfall. Description: Run promise-returning & async functions in series, each passing its result to the next Stars: 79, Forks: 5. Primary language: TypeScript. Languages: TypeScript (86.6%), JavaScript (13.4%). License: MIT. Latest release: v3.0.0 (4y ago). Open PRs: 0, open issues: 0. Last activity: 5mo ago. Community health: 85%. Top contributors: sindresorhus, BendingBender, papb.
Hello, I'm using p-waterfall within electron (Typescript project). With p-waterfall v2.1.1 everything works fine. When I upgrade to v3.0.0 I get the following error: "require() of ES modules is not supported"