melange-re.github.io icon indicating copy to clipboard operation
melange-re.github.io copied to clipboard

Explain how OCaml modules compare to Js modules

Open davesnx opened this issue 2 years ago • 1 comments

  • let default export trick
  • What gets exported, how to create a mli to hide stuff
  • mel.as on exports
  • The field for commonjs/es6 from dune

davesnx avatar Oct 26 '23 07:10 davesnx

  • let[@mel.as INVALID_IN_JS] foo = bar too

anmonteiro avatar Oct 31 '23 19:10 anmonteiro