purescript / registry-dev

Development work related to the PureScript Registry
https://github.com/purescript/registry
97 stars 80 forks source link

Replace sunde with node-execa #616

Closed thomashoneyman closed 1 year ago

thomashoneyman commented 1 year ago

The wonderful node-execa library by @JordanMartinez is a much better choice for working with child processes in Node, and does not suffer from bugs arising from splitting buffers across code units / code points.

https://github.com/JordanMartinez/purescript-node-execa

We can essentially drop it in anywhere we use sunde now.