Skip to content

Bug: JS Compress adds extra space before $ in literal string (can be critical!) #1091

@meteorquake

Description

@meteorquake

In this JS file -

o=function() {
var a=`text${code}`;
}

if you highlight it all and run the JS Compress on it, it adds an extra space before the $ (which as I encountered becomes critical when the task is generating for example code or aspects within html tags).

25.09.r5812 64b W11

Cheers, David

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions