Y
Hacker News
new
|
ask
|
show
|
jobs
by
andrewmcwatters
3286 days ago
I would recommend that you extend `package.loaders` instead. You risk breaking expected `require` functionality. Then you get the benefits of both!!
https://www.lua.org/manual/5.1/manual.html#pdf-package.loade...
1 comments
dbartolini
3286 days ago
I already do so:
https://github.com/dbartolini/crown/blob/master/src/lua/lua_...
link