Skip to content

__TS__CloneDescriptor not included in source file #1073

Description

@Zytharian

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions