Skip to content

Interpolated strings get removed from array joins #680

@ysulyma

Description

@ysulyma

Input Code

const x = ["1 + 1 is", `${1+1}`].join(' ');

Actual Output

const x="1 + 1 is ";

Expected Output

const x="1 + 1 is 2";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions