Skip to content

change top-level variable declarations with initialiser to assignments #99

@michaelficarra

Description

@michaelficarra
var a = 0;

can become

a=0

at program level. Any assignment to a non-computed member access on this at program level can be similarly transformed:

this.a = 0;

can become

a=0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions