melange-re / melange

A mixture of tooling combined to produce JavaScript from OCaml & Reason

Home Page:https://melange.re

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update compiler libs refs to `Js_OO`

jchavarri opened this issue · comments

It seems that the compiler libs reference Js_OO module:

https://github.com/melange-re/melange-compiler-libs/blob/eb8207c1b6744180095184194dfd843e06f9fad1/typing/oprint.ml#L309-L321

After recent changes, those refs are prob broken, they should be either Js__Js_OO or Js.Private.Js_OO.