witchiest
witchiest
I will note I did a quick test of changing the global name to something else, and it didn't error so this weirdly seems to be specific to setting the...
Oops forgot about this for a bit, apologies but heres an example ```luau local mt = {} --[[ test --]] function mt.__call(self: any, meow: "mrrp") end local tbl = setmetatable({},...
> What do you mean by "too eager?" This error corresponds to hitting internal limitations in certain places, it's certainly fair to say "i feel like it is too restrictive...
Ran on: Benchmark place: [ReactBindingRewriteBenchmark.zip](https://github.com/user-attachments/files/22618834/ReactBindingRewriteBenchmark.zip)
> Could this be formatted in the usual `tostring(someuserdata)` fashion with angle brackets, like: > > type function printtype(t: type) > print(t) > return types.singleton(nil) > end > > local...