Closed as not planned
Description
This is a similar feature request to #4965 but more general.
ReScript isn't a node-only language and so I shouldn't be required to install node just to build my ReScript projects.
Removing the dependency on node would unlock:
- Deno support via
Deno.run
- Bun support via
bun run rescript