Currently purescript-lua only support bundling, I.e. merging all the modules into the one lua file.
However it is often needed to keep the initial directory structure and keep lua modules small.
So the proposal is to add a new compilation mode (--module?) that would preserve source tree structure in a filesystem level.
Currently purescript-lua only support bundling, I.e. merging all the modules into the one lua file. However it is often needed to keep the initial directory structure and keep lua modules small.
So the proposal is to add a new compilation mode (
--module
?) that would preserve source tree structure in a filesystem level.This compilation would look like this:
->
Or something like.
Note, that there are may be some pitfalls to consider. See: https://github.com/TypeScriptToLua/TypeScriptToLua/issues/1445