Remove setfenv
and getfenv
from the builtin environment.
#145
Labels
runtime
Work in the C++ runtime portion of the code
Lute has no reason to retain
setfenv
andgetfenv
. They've been deprecated in Luau itself, and we don't need to support them for backwards compatibilty reasons in standalone Lute.The text was updated successfully, but these errors were encountered: