At least investigate whether it's workable for PureScript. I'm pretty sure it is, and would potentially be a much better default than the current export method. It would mean having to using Browserify or something to package up the result for client-side js though.
It would also help with psc-make as the individual generated js files aren't really usable in Node at the moment, due to how _ps is resolved.
At least investigate whether it's workable for PureScript. I'm pretty sure it is, and would potentially be a much better default than the current export method. It would mean having to using Browserify or something to package up the result for client-side js though.
It would also help with
psc-makeas the individual generated js files aren't really usable in Node at the moment, due to how_psis resolved.