Anyone using graphql-ppx and rescript-apollo-client with 11?
studious: We’re still stuck on Rescript 10. Or any suggestions to an alternate solution that’s not Relay? I have my PR I mentioned above published to @illusionalsagacity/graphql-ppx@2.0.0-f885fc66.0...
View ArticleIntroduction - hello!
I just wanted to say hello! My name is Eileen Noonan and I’m the CTO (and only dev) of a new “Accessibility for Wordpress” startup called Insi. I came to ReScript because we will need to build a...
View ArticleHelp with the VSCode formatter?
Hello hello! Just getting started with ReScript and I’m running into trouble with VSCode. Everything seems to work great except for some reason I can’t get “format on save” to work. If I manually run...
View ArticleHelp with the VSCode formatter?
Hello and welcome to the wonderful world of ReScript! I am assuming ReScript 12 and the most current stable rescript-vscode plugin version ( 1.70.0 as of today)? Did you try formatting in a vanilla...
View ArticleIntroduction - hello!
Hello Eileen! Thank you for the very kind words and welcome to ReScript! Don’t hesitate to document here all the difficulties, weird or nice things you’ve encountered on the way as a newcomer, may it...
View ArticleIntroduction - hello!
Hello Eileen! I’m sure you won’t be disappointed with ReScript Out of curiosity, what’s your perspective on Gleam? I have never tried it, but the language itself looks similar to ReScript, F#, and...
View ArticleHelp with the VSCode formatter?
Thanks Florian! So it is using v12, I’m on v1.70.0 of the plugin, and I did create the project using: npm create rescript-app@latest. I just tried a couple fresh installs using both the “Vite” and...
View ArticleReScript vs TypeScript Performance 2025: Clean Build Benchmark Shows...
Hi Everyone, I’d like to share my findings for clean builds of large ReScript vs large TypeScript codebases. TL;DR: Clean builds of ReScript codebases appear to be slower than clean builds of...
View ArticleRescript runtime error with commonjs
So I have been trying to upgrade my projects to Rescript v12 from v11. I’ve created a new project but still see the same issue. package.json: { "name": "test", "version": "1.0.0", "description": "",...
View ArticleIntroduction - hello!
I love Gleam! I also really love its JS target and I even shipped a small one-off piece of UI for a client in Gleam. I’ve also contributed a bit (mostly docs) to Gleam’s Elm-inspired frontend...
View ArticleHelp with the VSCode formatter?
Weird. Can you check the output of “Command Palette (CMD-Shift-P)” → "DEBUG ReScript: Dump LSP Server State " Especially the bscBinaryLocation, e.g.: "bscBinaryLocation":...
View ArticleHelp with the VSCode formatter?
This looks ok to me Editing the platform path also didn’t seem to have any effect. { "config": { "askToStartBuild": false, "inlayHints": { "enable": true, "maxLength": 25 }, "codeLens": true,...
View ArticleReScript vs TypeScript Performance 2025: Clean Build Benchmark Shows...
I think the important metric is incremental builds, as that directly impacts developer performance. It makes some sense to me that clean builds take longer, as that is the point of a strong...
View ArticleReScript vs TypeScript Performance 2025: Clean Build Benchmark Shows...
When I saw this at first I assumed it must be using the new TS Go compiler, though I’m not even sure that’s available yet. But nope, it’s TS 5.9! Is it possible that TS is so fast here because the...
View ArticleHelp with the VSCode formatter?
Just curious, but does a regular (manual) invocation of “Format Document” work for you?
View ArticlePpx_spice v0.3.0 released - ReScript v12 support
Hi everyone, I’m happy to announce the release of ppx_spice v0.3.0 with full ReScript v12 support. https://www.npmjs.com/package/@greenlabs/ppx-spice/v/0.3.0 GitHub: GitHub - green-labs/ppx_spice:...
View ArticleRescript runtime error with commonjs
What is your node version? Did you try changing your suffix to .cjs as that error mentions? If the compiled code is commonjs, then running it is not a rescript matter anymore.
View ArticleRescript runtime error with commonjs
Node.js v24.11.1 The error specifically refers to the @rescript/runtime dependency. I don’t see how can I fix the file extensions in a dependency without forking it and using my own version? It seems...
View ArticleRescript runtime error with commonjs
Oh, interesting, I see what you mean. Yes, that could be a problem. Is it hard for you to move to esm?
View Article