rescript-compiler
rescript-compiler copied to clipboard
The compiler for ReScript.
Currently, the npm post install script (`scripts/install.js`) builds ninja and the compiler if they are not present already. This is meant for installation of the finished npm package so that,...
- [x] Convert tests in .re syntax to .res - [ ] Convert tests in .ml syntax to .res - [ ] The build tests contain some example projects like...
Feedback from the forum for JSX v4 https://forum.rescript-lang.org/t/call-for-help-test-the-react-jsx-v4/3713 #### Fixes * [x] Formatting `{...str}` to `spreadProps=str` * [ ] Spread props without any other props https://github.com/rescript-lang/syntax/pull/645 * [x] Not passing...
The current `bsb -- -n` ninja dry run feature works well, but still potentially outputs lots of stuff when there are stale files or errors in the project. @bobzhang I...
I have a question, but it could potentially be a documentation bug. Also, I've asked my question in three different venues and I think that maybe it's too low-level for...
`type extended = {...t, x:string}` as an abbreviation instead of repeating the field of the type definition of `t`.
This issue is about exploring technical changes required to explore how uncurried by default would feel like in practice. The basic idea is to have an uncurried-by-default mode, to be...
- "many times, I was using j` on things like int until I changed the type and started printing [object object]" - Normal string interpolation is now first-class and type...
Related: https://github.com/rescript-lang/rescript-compiler/issues/5557