Javier Chávarri
Javier Chávarri
@davesnx thanks for the suggestions. I think I asked or addressed all of them. Once we go through them and get to an understanding / agreement, I can open a...
We link to `reason-react` docs in a few places: https://github.com/melange-re/melange-re.github.io/blob/6945e9c83b50021d3cf6d3c3ad1000f34c49fe67/docs/melange-for-x-developers.md#L26 https://github.com/melange-re/melange-re.github.io/blob/6945e9c83b50021d3cf6d3c3ad1000f34c49fe67/docs/melange-for-x-developers.md#L519 https://github.com/melange-re/melange-re.github.io/blob/6945e9c83b50021d3cf6d3c3ad1000f34c49fe67/docs/communicate-with-javascript.md#L634 Should we make that connection more prominent? Personally, I think we should keep the melange.re docs limited to...
Docs: https://esbuild.github.io/api/#browser [Example usage](https://github.com/ChristopherHButler/unpkg-bundler/blob/578c98d6d7eb53cc110007b8056cd1aec686896c/src/index.ts#L14)
Maybe we can instead have some sort of "files" and then use bspack to bundle them: https://github.com/melange-re/melange/blob/a30d8e4661492f8f5978baed16a323ec3d40e1e3/jscomp/main/bspack_main.ml
And then you can "Export to VSCode" 😎
An idea by @anmonteiro > we could expose a variable `%{melange:module_system}` The goal of this would be to have the library itself have the package.json as `runtime_dep` but only for...
As we ended up with this convention of using as few melange emit stanzas as possible, I think it's not too bad to add the rules manually when needed. Maybe...
`dune init` only creates a project layout with files like `dune`, some `ml` OCaml modules etc but it does not create a switch. Actually Dune will never do anything related...
There's no need to use the global switch, an opam local switch can be installed with `opam switch create . 4.14.1` and then `opam install dune` to get Dune and...