-
-
In https://github.com/rescript-lang/experimental-rescript-webapi I noticed that `bunx rewatch` has slightly different output than `bunx rescript`.
Steps to reproduce:
- Create new project with `…
nojaf updated
10 hours ago
-
Importing code from another workspace often creates an error:
```
4 ┆ switch value {
5 ┆ | Some(arr) =>
6 ┆ module Array = await Belt.Array
7 ┆ Js.log(arr->Array.keepMap(x => x))
…
-
Report details:
```txt
The module or file RescriptCore can't be found.
- If it's a third-party dependency:
- Did you add it to the "bs-dependencies" or "bs-dev-dependencies" in bsconfig.json?
…
-
See https://github.com/rescript-lang/rescript/issues/6209#issuecomment-2506473698
Currently `in-source` is optional, and the compiler only does one mode.
However, they have their own use cases a…
-
Thanks for taking the initiative to create a fork @JUSTIVE. I wanted to start the discussion you started [here](https://github.com/mobily/ts-belt/issues/113) regarding the migration to [rescript-core]…
-
Following the [recent addition of pnpm support](https://github.com/teamwalnut/rewatch/pull/91) I was looking to move our monorepo to rewatch and noticed a couple of issues which I've reproduced in a t…
-
When a golden test failure occurs, `rescript-jest` eventually invokes an unbound function `fail`, leading to a `ReferenceError`. This can make it harder to debug test failures -- it's not immediately …
-
Am I stupid, or what's going on here?
It's just `rescript-template-basic` with no modifications after `bun install`.
![image](https://github.com/rescript-lang/rescript-vscode/assets/2216553/4a20bf3f…
-
This may be a bit early as there is not even a first alpha version of ReScript 12 out yet, but I wanted to give you a heads-up already.
It seems something broke with https://github.com/rescript-lan…