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

As a complete newbie teaching myself Rescript, it's very difficult to know what to google for when you're not sure on some syntax. I find it very useful to past...

playground

I recently looked at rescript-lang.org on a fresh browser and the twitter logo went full screen for half a sec, i'm assuming this happens b/c tailwind or the css doesn't...

bug

Right now when you are loading a shared URL, all the query parameters are getting stripped. Actually we only want to remove `code`, because this particular query param can get...

playground

https://github.com/reason-association/reasonml.org/blob/master/pages/docs/reason-compiler/latest/function.mdx#fixed-arguments ``` The [@bs.as "exit"] and the placeholder _ argument together indicates that you want the first argument to compile to the string "exit". You can also use any JSON...

Just a small typo that seems to have made its way into a few files.

Present a compact cheat sheet for decorators relevant for code generation. Here's a list of all decorators. Irrelevant ones to be removed: - ~@@deprecated~ - ~@@warning~ - [x] @as only...

The logic behind the PR is that recently the `start` script often started being used in the context of running a built application. While scripts for development are usually called...

The playground is quite limited with its runtime capabilities, due to some complexities. Here are a few details what the playground should be: - A tool to quickly show-case the...

Here are the verbatim release notes as of Sep 27: for each item, need to evaluate whether some doc update is required. Ticked means: either not necessary, or doc updated....

Currently the playground fetches its compiler / react bundles from our CDN, but we need to manually adjust the `CompilerManagerHook` module whenever a new playground version has been released. This...