-
Hi folks! This feature was discussed in the past in other issues, but it's been quiet for a while and there hasn't been an issue dedicated specifically to this feature, hence this:
### Motivation
…
-
Looking at the compiler C code, it seems that it should be easy to provide a C function that does the same as `fun x -> Digest.to_string (Marshal.to_string x [])` but with using constant memory. We sh…
-
Bindings are one of the most complicated parts of the language, which require understanding a dedicated domain specific language of annotations.
There is also the question of how to generate bindings…
-
In previous versions of ReScript / the React PPX, I used the following bindings:
```rescript
module Chart = {
@module("react-chartjs-2") @react.component
external make: (~_type: ChartType.t,…
-
HI folks..
Trying jsx 4 on our codebase this morning and seeing a thing where external bindings are having trouble with optional args? Can anyone confirm?
https://rescript-lang.org/try?version=…
-
Svelte is getting popular among front end development, I believe adding support for it in rescript would be awesome.
-
checks:
- stars > 10
- not archived
- has `package.json`
- has `package-lock.json`
- hasn't `yarn.lock`
- hasn't `pnpm-lock.yaml`
- `package-lock.json` was updated less than 6 months ago
- is …
-
I installed this library with `yarn add rescript-chakra` . I followed all of the instructions in the README, including adding `rescript-chakra` to my "bs-dependencies" array in my bsconfig.json file…
-
Large applications can benefit from loading subsets of the app dynamically. Scalajs has enabled this with a builtin that triggers the compilation of a separate module imported at runtime: https://www.…
-
A little context - npm still hoists all packages to the root package's node_modules directory. Yarn used to do the same. This has always been a deduplication optimization, and never reflected the way …