On playground (TSTL v0.41.0) with this code:
class Taco {
public get isApple(): boolean {
return false;
}
}
I get the error attempt to call a nil value (global '__TS__CloneDescriptor') because the source of that function doesn't get included in the compiled Lua file.
On playground (TSTL v0.41.0) with this code:
I get the error
attempt to call a nil value (global '__TS__CloneDescriptor')because the source of that function doesn't get included in the compiled Lua file.