Skip to content

In certain case, code that needs to be removed or rewriten is not. #23

@scottweaver

Description

@scottweaver

Known cases

test_example_9

Not removing:
const decl8 = 1, decl9;

test_example_10

Not rewriting:

const a = ident1 + ident3;
const b = ident1 + ident3;

to:

ident1, ident3;
ident1, ident3;

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