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, the difference between PUC Lua and Luau's require function is way too big. So it would be better if the require function of Luau is implemented using like debug.getinfo(n, "S").source.
Currently, the difference between PUC Lua and Luau's require function is way too big. So it would be better if the require function of Luau is implemented using like
debug.getinfo(n, "S").source.