It would be useful for libraries supporting all lua versions (lualib is a good example). It should enable all possible limitations (i.e. no switch) and import all differently-named standard functions from lualib (__TS__Unpack = table.unpack or unpack).
We should also consider making it a default.
It would be useful for libraries supporting all lua versions (lualib is a good example). It should enable all possible limitations (i.e. no switch) and import all differently-named standard functions from lualib (
__TS__Unpack = table.unpack or unpack).We should also consider making it a default.