-
**What would you like to be added**: Add highlight sintax for ReScript Lang.
![code](https://user-images.githubusercontent.com/943553/130141860-b9f453d9-49f2-4f7a-8abc-53aa1bd7a4aa.png)
**Why …
-
We got an email from a user letting us know about the rebranding.
https://rescript-lang.org/blog/bucklescript-is-rebranding
`Reason` + `BuckleScript` is now `ReScript`. I forgot what exactly we …
kazk updated
11 months ago
-
It should rather clean it up only after the watcher is closed. I believe this was the behavior with versions 9.x and lower.
This is also important for the editor extension, as it then can rely on t…
-
Hi there,
Could it be possible to not output any JS code when doing `external` only bindings inside a nested module.
[Example](https://rescript-lang.org/try?version=v11.1.4&code=C4TwDgpgBAhgdiAUI0…
nojaf updated
3 weeks ago
-
Status: WIP. More research is required to complete this RFC.
This aims to simplify the current configuration schema and its parsing. Trying to explain its specifics and how to achieve it.
## Mot…
-
Hi
ReScript version: v11.x.x
When using plain variants with an `@as`, coercing to string produces the expected result. E.g
```res
type plain =
| Foo
| @as("js") ReScript
let plainToJs…
-
**Name:** rescript
**URL:** https://rescript-lang.org/
**A little detail:** ReScript is the new syntax for bucklescript (the compiler used by reasonml). `reason-language-server` is compatible …
fa7ad updated
3 years ago
-
## Problem
Current ReScript (9.0.1) still has no support for custom infixes. Therefore the routes api can't be used in a `.res` file.
Furthermore the operator `//?` can't be used in `.re` files as…
woeps updated
3 years ago
-
Hi, I'm about to have another play with Rescripter.
I'm working on a legacy code base where the unit tests don't use annotations.
I want to write a script to update them to use annotations.
This is …
-
This is an umbrella issue to track and discusses the remaining issues to be resolved to achieve "Library Mode"
The "Library Mode" means that the ReScript compiler can be adopted as a first-class to…