rescript-compiler icon indicating copy to clipboard operation
rescript-compiler copied to clipboard

The compiler for ReScript.

Results 500 rescript-compiler issues
Sort by recently updated
recently updated
newest added

I put together these utility functions for a project I'm working on and thought they'd likely be useful to others. Is there an official way of giving suggestions to improve...

After posting on the forum, I create this issue to have a better compilation for module like "Text" or "String" or "Boolean" to better version than $$Text See more info...

`Js.Array` has `Js.Array2` but `Js.Option` has no such counterpart, is this intentional? even weirder, `Js.Re` has `foo_` for data-first methods rather than them being in `Js.Re2`

related to #4621 Options: - fuse bsconfig into json - make it rescript.json

GOOD FIRST TASK

Low prio feature request: the `Js` namespace has a `Vector` module. Should it be moved to Belt? It would be a great enhancement if Belt could expose a `Vector` type...

PRIORITY:HIGH

This proposal is to provide a `[@bs.objFn]`. This would work similar to `[@@bs.obj]` function https://bucklescript.github.io/docs/en/object-2#function The benefits of `bs.obj` over other techniques is that: 1. You can have an object...

enhancement

I ran into weird bugs where I essentially did: ``` "generators": [ { "name": "atd_t", "command": "esy @.. atdgen -t $in" }, { "name": "atd_bs", "command": "esy @.. atdgen -bs...

```ocaml let a = React.useState (fun () -> 1) ``` Output: ```js var a = React.useState((function () { return 1; })); ```

Decided to create a new issue so that it won't be lost in notifications spam `bsb -clean` or `bsb -clean-world` is not removing all `.gen.tsx` files but some of them....

Thank you for filing! Check list: - [x] Is it a bug? Usage questions should often be asked in the [forum](https://forum.rescript-lang.org) instead. - [x] Concise, focused, friendly issue title &...