Skip to content

discussions Search Results · repo:rescript-lang/rescript language:ReScript

9 results
 (88 ms)

9 results

inrescript-lang/rescript (press backspace or delete to remove)

I want to run ReScript program using standard input (stdin) without creating and saving ReScript file to computer. How can I do this?

I m looking to format ReScript code with 80-character line width, like Prettier has a default value of 80-character line width. I tried using ReScript config file, but it s doesn t work.

I ve been trying to model GeoJSON using rescript@11 types, just to see if I can, and am stumbling on just a few issues that I think should be feasible (though not easy) to fix since all the necessary features ...

Hey, I was trying to add @genTypes in my project and I m encountering this issue in my project. So it s trying to look for the *.gen.tsx file for the core libraries types. Attaching screenshot for the ...

Hello, As someone new to ReScript, I m trying to find an optimal integration with Vite. The current approaches are either to run a separate terminal or to use jihchi/vite-plugin-rescript. Running a separate ...
  • nojafposted
    on May 13, 2024
  • 10

As We all know WebAssembly is just a high Performance Binary Format that runs near native speed on any platform. WebAssembly runs in Browsers, On Server with native WebAssembly Runtimes like Wamser, WasmTime, ...

let keyword looks noisy/redundant each time we need to define a variable/function: let add = (a, b) = a + b Is it possible to ditch it or at least make it optional? So the code gets better without it: ...
  • bomzjposted
    on Jan 24, 2024
  • 7

I m not 100% sure if this is appropriate place to discuss this idea, I m happy to start this discussion elsewhere. Is there work being done to create web components from ReScript? I can t find anything ...