jsenv / core

Develop, test and build JavaScript projects
MIT License
31 stars 4 forks source link

Use worker thread for node.js execution #275

Closed dmail closed 2 years ago

dmail commented 2 years ago

Should fix the issue of phantom processes on windows. I suspect they are more performant too. https://github.com/avajs/ava/blob/576f534b345259055c95fa0c2b33bef10847a2af/lib/fork.js#L23

Todo:

dmail commented 2 years ago

Still something I would like to do at some point. For now the child process does the job very well so there is no strong incentive to add this second node runtime

dmail commented 2 years ago

Let's close until it's actually a thing

dmail commented 2 years ago

Done in https://github.com/jsenv/jsenv-core/pull/287