Skip to content

minifier: remove unused variable declaration #10033

@sapphi-red

Description

@sapphi-red
const FOO = 0
// replace with

const BAR = something()
// replace with
something()

To keep the minifier idempotent, this feature requires updating the symbol table when dropping references in compression.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions