How does `bsb -make-world -clean-world` translate to the new `rescript` command?

Title.
I understand -make-world (now -with-deps) is not necessary anymore.

Also rescript format is not removing Js.t

2 Likes

rescript clean -with-deps
rescript

Should do the same thing as bsb -make-world -clean-world.

4 Likes