lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I have module A loaded from a lua program wth require, while
> submodules A1, A2, .. are loaded by A on demand.

It seems easier to me to add the submodules to package.preload.