Reproduction link or steps
- Clone https://github.com/sl-design-system/components/tree/maintenance/3184-replace-esbuild-with-tsdown
- Run
yarn install (you may need a fontawesome token; ask me on discord)
- Run
tsdown -c packages/components/tsdown.config.mjs
- Watch it spawn a huge amount of
tsgo processes and after a while, macOS crashes
What is expected?
I expect it to not crash.
What is actually happening?
I'm guessing here, but i assume there is no limit to the amount of subprocesses that can be spawned. In this case i'm running tsdown with the workspace option, which is probably causing too many subprocesses.
Any additional comments?
No response
Reproduction link or steps
yarn install(you may need a fontawesome token; ask me on discord)tsdown -c packages/components/tsdown.config.mjstsgoprocesses and after a while, macOS crashesWhat is expected?
I expect it to not crash.
What is actually happening?
I'm guessing here, but i assume there is no limit to the amount of subprocesses that can be spawned. In this case i'm running tsdown with the
workspaceoption, which is probably causing too many subprocesses.Any additional comments?
No response