Make a synchronous function asynchronous by running it in a worker
by sindresorhusJavaScript
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: 255, Forks: 7. Primary language: JavaScript. License: MIT. Open PRs: 0, open issues: 0. Last activity: 3w ago. Top contributors: sindresorhus, Richienb, TimDaub.