-
Has there been any consideration for adding a Typescript definition file, or even migrating the project to Typescript to generate them automatically?
I plan to use this package in an upcoming Reaso…
-
```
Warning number 3 (configured as error)
node_modules/tablecloth-bucklescript/src/tablecloth.ml 806:47-63
804 ┆ let capitalize (s : string) : string = String.capitalize s
805 ┆
…
-
I first noticed this issue while using the tailwind ppx: https://github.com/dylanirlbeck/tailwind-ppx/issues/92, but it seems to be related to BuckleScript (since I already faced this issue _before_ u…
-
I notice you guys just updated this project. Thanks for that. Any plans on including `"react-frp": "git://github.com/Denommus/react#bucklescript-files",` in the package? Is there some reason we are in…
idkjs updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
ocamlformat is consistently dropping older versions from the support matrix — and now, it doesn't even *install* on v4.06.1, the new…
-
Currently there is no way to copy a single external into a new module/location without reifying into a value. This makes writing code that can manipulate modules with external values tricky (functors,…
-
I was trying to update a project to BS 8.0, but faced an issue with the `forwardRef` function from React.
Until now, the following syntax was valid:
```reason
[@react.component]
let make = Rea…
-
Example:
```
type b = [
| Z
]
type a = [
| inherit b
| X
]
```
Generated code does not compile with BuckleScript:
```
Error: The implementation src/foo_bs.ml
does n…
-
In order to avoid end users writing to&from `string` boilerplate helpers (which are essential when, for instance, populating a `` with enum members) these should be generated by the ppx.
Given the …
-
Thanks for releasing this - it is awesome! I have a globally installed version of ocaml/opam and working in a switch most of the time. The below error sometimes happens, but when I start the editor it…