Skip to content

[Feature Request]: reduce unnecessary variable deconflicts #7423

@sapphi-red

Description

@sapphi-red

What problem does this feature solve?

In some cases, variable names are renamed even though it's not necessary to do so.

  • an example with CJS modules (REPL): data does not have to be renamed to data$1
  • an example with functions (REPL): data in IIFE does not have to be renamed to data$1

What does the proposed API look like?

Not an API change.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions