Make a synchronous function asynchronous by running it in a worker
by sindresorhusJavaScript
Last 12 weeks · 3 commits
4 of 6 standards met
I import make-asynchronous on node 18.20. I import it in a .mjs file: but it immediately throws So I try to set type: module in my package.json but it isn't solving it. However, when I go into node_modules/web-worker/package.json, and set it there, the problem is fixed. Wasn't sure where to create the issue, maybe it's a web-worker issue related issues at web-worker: https://github.com/developit/web-worker/issues/44 users of make-asynchronous can work-around this issue by defining in their dependencies
Repository: sindresorhus/make-asynchronous. Description: Make a synchronous function asynchronous by running it in a worker Stars: 259, Forks: 7. Primary language: JavaScript. Languages: JavaScript (91.2%), TypeScript (8.8%). License: MIT. Latest release: v2.0.0 (2mo ago). Open PRs: 0, open issues: 0. Last activity: 2mo ago. Community health: 85%. Top contributors: sindresorhus, Richienb, TimDaub.