Skip to content
This repository was archived by the owner on Mar 12, 2023. It is now read-only.

Variables starting with $ are removed #133

@pdonias

Description

@pdonias

Describe the bug
Variables starting with $ are removed.

To Reproduce

  1. Open a new file
  2. Paste the following code
const $foo = 42
  1. Select the code
  2. Run Minify: Selection
  3. The output is:
const =42;

Expected behavior
The following code (or similar):

const $foo=42;

Desktop (please complete the following information):

  • OS: Ubuntu 20.04
  • Version: 3.3.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions