js_of_ocaml
js_of_ocaml copied to clipboard
Compiler from OCaml to Javascript.
The code gen needs to be modified to accommodate scoping rules of const and let
**Is your feature request related to a problem? Please describe.** In the build system for my project, I generate a couple different versions of the .byte files, and then pick...
**Describe the bug** `js_of_ocaml` is very cool! I use it on CI to generate a webpage. However, I cannot use it on the new GitHub Actions arm64 MacOS boxes, which...
This improves the efficiency of sourcemap processing, chiefly during linking, but also in serializing and deserializing sourcemaps. Currently, when linking with source maps enabled, js_of_ocaml will decode the source maps...
**Describe the bug** I have tests in my code using [ppx_expect](https://github.com/janestreet/ppx_expect). The string of these tests can be found in the generated `.bc.js` file from JSOO **Expected behavior** That this...