bsansouci / bsb-native

Build system for OCaml/Reason
Other
245 stars 10 forks source link

Don't re-generate the namespace file each time #30

Open bsansouci opened 6 years ago

bsansouci commented 6 years ago

We currently implement namespace using module aliasing. We generate a binary ML file that we compile each time bsb is ran. We should avoid this.