Having support for requires similar to what standard Lua uses would be nice. I have an implementation that works well enough for my purposes here. This allows requires to be in the form of "fu.bar" to which is similar to "./fu/bar.lua" with how the loader currently works. It isn't doesn't work exactly like Lua's package loader, but is a starting point that can be improved if this is something fengari-loader is going to support.
Having support for
requires similar to what standard Lua uses would be nice. I have an implementation that works well enough for my purposes here. This allowsrequires to be in the form of"fu.bar"to which is similar to"./fu/bar.lua"with how the loader currently works. It isn't doesn't work exactly like Lua's package loader, but is a starting point that can be improved if this is somethingfengari-loaderis going to support.