rescript-lang.org
rescript-lang.org copied to clipboard
Official documentation website for the ReScript programming language
https://rescript-lang.org/packages right now is placed behind the 'Docs' menu. I find this to be quite unintuitive. When I went looking for it, I first looked under the Community menu, then...
I added a new v0.12.0 docs version to the [rescript-11](https://github.com/rescript-association/rescript-lang.org/tree/rescript-11) branch. It only needs to be updated Below are the relevant changes from the changelog for reference - [ ]...
Especially considering uncurried mode and RescriptCore and whatever came up in discussions: https://forum.rescript-lang.org/t/the-big-migration-thread-for-rescript-v11-and-uncurried-mode Possible improvements: - [ ] Changes for genType users - [ ] React/JSX4-specific changes - [x] Complete...
I have no idea what that actually does, I found it in some declaration files.
I just rebased on master @aspeddro work (#704, based on #420 work by @diogomqbm). todo: - [ ] make it work with JSX automatic (any idea why jsx-runtime is not...
Rebase onto latest master - Don't work with JSX automatic mode #420 @diogomqbm
- https://github.com/rescript-association/reanalyze - https://github.com/rescript-lang/rescript-vscode#-code-analyzer - https://dev.to/zth/getting-rid-of-your-dead-code-in-rescript-3mba
As there are not all syntactical gimmicks from JS available in ReScript (like `for-await...of`), it would help to cover these special cases in their own section. One possible workaround is...
The [installation page](https://rescript-lang.org/docs/manual/latest/installation) tells new users to start a project by cloning [rescript-lang/rescript-project-template](https://github.com/rescript-lang/rescript-project-template). This template uses the Core library and I think as a result arrays no longer behave [as...
We should dedicate a page to the formatter, since there is smart printing / format -all / format -check which are all features that should be documented somewhere. Related forum...