Closed
Description
It could be
"x.re" => "x.re.js"
"x.ml" => "x.ml.js"
or all to "x.bs.js" (trivial to implement)
The benefit is that it is easy to tell whether such js file is coming from bsc, and easy to manage in version control, and easy to remove staled output files.
Other thoughts:
- How to deal with forthcoming ".mjs"
- Shall we apply such rules to all output or just in-source output