Where did the node bindings go?

I can’t use Node.Process.env and such with rescript11, were those bindings removed?

Yes, they were removed. They were incomplete and outdated. You’re recommended to use these instead, which are more up to date and better aligned with v11 idioms: GitHub - TheSpyder/rescript-nodejs: Node bindings for ReScript

3 Likes