rescript-lang.org icon indicating copy to clipboard operation
rescript-lang.org copied to clipboard

Official documentation website for the ReScript programming language

Results 181 rescript-lang.org issues
Sort by recently updated
recently updated
newest added

I was just reminded that the first time I tried a non-supported symbol in a double-quote string literal, I got _very_ confused why it wasn't working. I'm sure other JS...

In reason, mod worked as an operator `assert(4 mod 3 === 1)`. Had a devil of a time realizing that, while still in Pervasives, rescript modulo must be used as...

Due to the way the Reason v3.6 was designed, the resulting JS code of just the parser alone is twice the size of the whole ReScript compiler + syntax. Since...

It would be great if we'd document how to set up a ReScript project, so that it is publishable on npm without any dependency to the ReScript compiler toolchain. I...

help wanted
manual

After experimenting around a bit I felt like having the line-height smaller (putting every item closer together) was easier to read on the eyes. The suggested differences: before (current way):...

It's probably what 90% of the people would be using (isn't it the defacto standard for NodeJS as well at this point?). Also it would be great to store the...

This might be an interesting interop related use-case that is not covered in the docs yet: ```rescript let throwPlainValue: unit => unit = %raw(` function() { throw "test" } `)...

Documents https://github.com/rescript-lang/syntax/pull/217.

For people considering ReScript for full stack development I think it would help looking at what certain rescript snippet produces when compiled to OCaml. I think the reasonml `Try` already...

Between 768-850 pixels, the left navigation bar content moves off the screen. ![rescript-lang org_docs_manual_latest_introduction](https://user-images.githubusercontent.com/24403355/95932712-96bc9c80-0d9a-11eb-8396-db6fd6a06b11.png) ![rescript-lang org_docs_manual_latest_overview](https://user-images.githubusercontent.com/24403355/95932713-98866000-0d9a-11eb-9765-55ff5266cc9c.png) ![rescript-lang org_docs_manual_latest_type](https://user-images.githubusercontent.com/24403355/95932717-991ef680-0d9a-11eb-8e8a-e61331963726.png) ![rescript-lang org_docs_manual_latest_pattern-matching-destructuring](https://user-images.githubusercontent.com/24403355/95932719-9ae8ba00-0d9a-11eb-8232-473233a8e13c.png)

bug