lua.wetgenes.package.reload
local module=wpackage.reload(modulename)
A wrapper for require that forces a very dumb module reload by merging a newly loaded module into the old module table if one already exists this can easily break everything but should mostly work out of dumb luck.