You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support ReScript 11, I had to drop bs-json. The atdgen generated code was effectively built around it, rescript-json-combinators can't be made compatible.
But we weren't leveraging many of bs-json's features anyway; the vast majority of calls to bs-json were replaced with direct Js.Json API.
This package doesn't take care of running `atdgen` to derive code from type definitions. For that, you need to [`rescript-atdgen-generator`](https://github.com/TheSpyder/rescript-atdgen-generator) to generate the `.ml` and `.mli` files from `.atd` sources.
15
15
16
16
## A note about ReScript 11
17
-
The `atd` code-generation project is an OCaml tool, and generates OCaml files. As such it does not support uncurried mode. The ahrefs team is open to a contribution that generates ReScript instead, but so long as this project only has one user that doesn't seem worth the effort. For more information and to add your voice to the discussion please follow the github issue (TODO).
17
+
The `atd` code-generation project is an OCaml tool, and generates OCaml files. As such it does not support uncurried mode. The ahrefs team is open to a contribution that generates ReScript instead, but unless this project becomes popular that doesn't seem worth the effort. For more information and to add your voice to the discussion please follow the github issue (TODO).
0 commit comments