Skip to content

Exported array destructuring variable declaration with omitted expressions exports anonymous symbol #695

@ark120202

Description

@ark120202

Input:

export const [x, , y] = [1, 2, 3];

Current Result:

local ____exports = {}
____exports.x, ____exports.____, ____exports.y = 1, 2, 3
return ____exports

Expected Result:

local ____exports = {}
____exports.x, ____, ____exports.y = 1, 2, 3
return ____exports

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