rescript-bun
rescript-bun copied to clipboard
Use Bun with ReScript.
### What version of Bun is running? 1.1.5 ### What platform is your computer? Linux Ubuntu ### What steps can reproduce the bug? - Start an app using https://github.com/zth/rescript-bun-starter. -...
Hi again, I needed the `mock` function. I think we should have an identity conversion for function instead of `Obj.magic` . If you have any ideas 😄
I very much like this project! Use it often, but unfortunately I aways have to look at the source code when I'm working with it. Why are `Globals` and `Global`...
I think it only make sense to fully lean into Bun for everything here. Contributors will have bun installed anyway and that should really be the only thing you need.
Hi there, I made a quick proof of concept [plugin](https://bun.sh/docs/runtime/plugins) for Bun: ```js import { plugin, $ } from "bun"; import path from "bun:path"; await plugin({ name: "ReScript", async setup(build)...