Skip to content

true isn't considered as a keyword #777

@ark120202

Description

@ark120202

Playground

Input:

({ true: true, false: false });

Current Result:

local ____ = ({true = true, ["false"] = false})

Expected Result:

local ____ = ({["true"] = true, ["false"] = false})

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions