You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
TypeScriptToLua/TypeScriptToLua#1445
The text was updated successfully, but these errors were encountered: